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

Commit

Permalink
removed arm64/v7 since it doesn't exist, not sure we want regular arm/v7
Browse files Browse the repository at this point in the history
so withdraw for now
  • Loading branch information
maquis196 committed Jul 21, 2020
1 parent 0374926 commit 6c6cebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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} -t matrixdotorg/synapse:${CIRCLE_TAG}-py3
platforms: linux/amd64,linux/arm64,linux/arm64/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/arm64/v8

dockerhubuploadlatest:
docker:
Expand All @@ -28,7 +28,7 @@ jobs:
platforms: linux/amd64
- docker_build:
tag: -t matrixdotorg/synapse:latest -t matrixdotorg/synapse:latest-py3
platforms: linux/amd64,linux/arm64,linux/arm64/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/arm64/v8

workflows:
build:
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/v7 and v8) for the docker images. Contributed by @maquis196.
Added multi-arch support (arm64,arm64/v8) for the docker images. Contributed by @maquis196.

0 comments on commit 6c6cebe

Please sign in to comment.