Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 25, 2019
1 parent b7962f5 commit 43cf234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ steps:

- wait

- label: "Docker Build -- Optimised Skylake-AVX512"
- label: ":docker: x86_64"
agents:
queue: "release"
branches: "shhs-*"
command:
- "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.7.4 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
- "docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
- "docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.7.4 . -t matrixdotorg/synapse:${BUILDKITE_TAG}"
- "docker save matrixdotorg/synapse:${BUILDKITE_TAG} | gzip -9 > docker.tar.gz"
artifact_paths:
- "docker.tar.gz"
66 changes: 0 additions & 66 deletions docker/Dockerfile-optimised

This file was deleted.

0 comments on commit 43cf234

Please sign in to comment.