mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
fix
This commit is contained in:
parent
5daee2eb4a
commit
9bbf2d23c4
1 changed files with 1 additions and 1 deletions
|
@ -240,6 +240,6 @@ steps:
|
|||
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 docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
|
||||
- "docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
|
||||
artifact_paths:
|
||||
- "docker.tar.gz"
|
Loading…
Reference in a new issue