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 /changelog.d/11810.misc | |
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.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/11810.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11810.misc b/changelog.d/11810.misc new file mode 100644 index 0000000000..5579b85979 --- /dev/null +++ b/changelog.d/11810.misc @@ -0,0 +1 @@ +Docker: skip the initial amd64-only build and go straight to multiarch. |