Skip to content
Snippets Groups Projects
Unverified Commit 9d64e4db authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Drop ARMv7 from docker (#9433)

It's proving incredibly hard to build in CircleCI infra.
parent e17553e1
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
- docker_build: - docker_build:
tag: -t matrixdotorg/synapse:${CIRCLE_TAG} tag: -t matrixdotorg/synapse:${CIRCLE_TAG}
platforms: linux/amd64,linux/arm/v7,linux/arm64 platforms: linux/amd64,linux/arm64
dockerhubuploadlatest: dockerhubuploadlatest:
docker: docker:
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
# until all of the platforms are built. # until all of the platforms are built.
- docker_build: - docker_build:
tag: -t matrixdotorg/synapse:latest tag: -t matrixdotorg/synapse:latest
platforms: linux/amd64,linux/arm/v7,linux/arm64 platforms: linux/amd64,linux/arm64
workflows: workflows:
build: build:
......
Synapse 1.xx.0 (2021-xx-xx) 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 Removal warning
--------------- ---------------
......
Drop support for ARMv7 in Docker images.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment