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

Commit

Permalink
Missed adding arm/v7 to the version tags, just latest. Updated changelog
Browse files Browse the repository at this point in the history
to include new v7 image
  • Loading branch information
maquis196 committed Sep 25, 2020
1 parent b81ef3e commit a09a0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
platforms: linux/amd64
- docker_build:
tag: -t matrixdotorg/synapse:${CIRCLE_TAG}
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/arm64/v8

dockerhubuploadlatest:
docker:
Expand Down
2 changes: 1 addition & 1 deletion changelog.d/7921.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added multi-arch support (arm64,arm64/v8) for the docker images. Contributed by @maquis196.
Added multi-arch support (arm64,arm64/v8,arm/v7) for the docker images. Contributed by @maquis196.

0 comments on commit a09a0be

Please sign in to comment.