summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-01-24 18:31:23 +0000
committerGitHub <noreply@github.com>2022-01-24 18:31:23 +0000
commit2d327d25bf5d48460714ca8860dca881b6bfa72c (patch)
treeaec46e4274939e55b037f8fddf9e5f570a5a6b2c /changelog.d
parentApply a timeout to reading the body when fetching a file. (#11784) (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/11810.misc1
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.