diff options
author | Christopher May-Townsend <chris@maytownsend.co.uk> | 2020-10-12 22:00:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 22:00:33 +0100 |
commit | b76f53bb79fc9f6f60de90f28a8194a48764d146 (patch) | |
tree | 2ca45977d9d910bd64c3776aae5ee360adfcbdae /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-b76f53bb79fc9f6f60de90f28a8194a48764d146.tar.xz |
Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921)
Signed-off-by: Christopher May-Townsend (chris@maytownsend.co.uk)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7921.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7921.docker b/changelog.d/7921.docker new file mode 100644 index 0000000000..7cecd67c6a --- /dev/null +++ b/changelog.d/7921.docker @@ -0,0 +1 @@ +Added multi-arch support (arm64,arm/v7) for the docker images. Contributed by @maquis196. |