diff options
author | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-17 04:00:34 +1000 |
---|---|---|
committer | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-17 04:00:34 +1000 |
commit | c1777f51a961132b377648a519acd33444fe5f60 (patch) | |
tree | b3c7964eaafd5175c52d6d8b0a5486165d807314 /.buildkite | |
parent | see if we can do a build! (diff) | |
download | synapse-c1777f51a961132b377648a519acd33444fe5f60.tar.xz |
try now
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 06880303ee..02910d387e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -240,7 +240,7 @@ steps: queue: "release" branches: "shhs shhs-*" command: - - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512" - - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz" + - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512" + - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512 | gzip -9 > docker.tar.gz" artifact_paths: - "docker.tar.gz" \ No newline at end of file |