Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a09a0be

Browse files
committed
Missed adding arm/v7 to the version tags, just latest. Updated changelog
to include new v7 image
1 parent b81ef3e commit a09a0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
platforms: linux/amd64
1414
- docker_build:
1515
tag: -t matrixdotorg/synapse:${CIRCLE_TAG}
16-
platforms: linux/amd64,linux/arm64,linux/arm64/v8
16+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/arm64/v8
1717

1818
dockerhubuploadlatest:
1919
docker:

changelog.d/7921.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added multi-arch support (arm64,arm64/v8) for the docker images. Contributed by @maquis196.
1+
Added multi-arch support (arm64,arm64/v8,arm/v7) for the docker images. Contributed by @maquis196.

0 commit comments

Comments
 (0)