diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-24 18:31:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 18:31:23 +0000 |
commit | 2d327d25bf5d48460714ca8860dca881b6bfa72c (patch) | |
tree | aec46e4274939e55b037f8fddf9e5f570a5a6b2c | |
parent | Apply a timeout to reading the body when fetching a file. (#11784) (diff) | |
download | synapse-2d327d25bf5d48460714ca8860dca881b6bfa72c.tar.xz |
Skip the initial amd64-only Docker build (#11810)
PyNaCl's recent 1.5.0 release on PyPi includes arm64 wheels, which means our arm64 docker images now build in a sensible amount of time, so we can skip the amd64-only build.
-rw-r--r-- | .github/workflows/docker.yml | 14 | ||||
-rw-r--r-- | changelog.d/11810.misc | 1 |
2 files changed, 3 insertions, 12 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml |