summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-12-09 15:48:39 +0000
committerRichard van der Hoff <richard@matrix.org>2020-12-09 15:51:11 +0000
commit9bbbb11ac20896629c25b160fa3cebef29431bfe (patch)
tree02fcd8090ee0fc42ac827e57d29873870b62ed08 /changelog.d
parentUpdate changelog (diff)
downloadsynapse-9bbbb11ac20896629c25b160fa3cebef29431bfe.tar.xz
Pin the docker version for multiarch builds
It seems that letting CircleCI use its default docker version (17.09.0-ce,
apparently) did not interact well with multiarch builds: in particular, we saw
weird effects where running an amd64 build at the same time as an arm64 build
caused the arm64 builds to fail with:

   Error while loading /usr/sbin/dpkg-deb: No such file or directory
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8906.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8906.misc b/changelog.d/8906.misc
new file mode 100644
index 0000000000..8b95e4c553
--- /dev/null
+++ b/changelog.d/8906.misc
@@ -0,0 +1 @@
+Fix multiarch docker image builds.