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

Commit

Permalink
Drop ARMv7 from docker (#9433)
Browse files Browse the repository at this point in the history
It's proving incredibly hard to build in CircleCI infra.
  • Loading branch information
erikjohnston authored Feb 18, 2021
1 parent e17553e commit 9d64e4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platforms: linux/amd64
- docker_build:
tag: -t matrixdotorg/synapse:${CIRCLE_TAG}
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64

dockerhubuploadlatest:
docker:
Expand All @@ -27,7 +27,7 @@ jobs:
# until all of the platforms are built.
- docker_build:
tag: -t matrixdotorg/synapse:latest
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64

workflows:
build:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Synapse 1.xx.0 (2021-xx-xx)
===========================

Note that this release drops support for ARMv7 in the official Docker images, due to repeated problems building for ARMv7 (and the associated maintenance burden this entails).

Removal warning
---------------

Expand Down
1 change: 1 addition & 0 deletions changelog.d/9433.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for ARMv7 in Docker images.

0 comments on commit 9d64e4d

Please sign in to comment.