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

Commit 9d64e4d

Browse files
authored
Drop ARMv7 from docker (#9433)
It's proving incredibly hard to build in CircleCI infra.
1 parent e17553e commit 9d64e4d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
platforms: linux/amd64
1515
- docker_build:
1616
tag: -t matrixdotorg/synapse:${CIRCLE_TAG}
17-
platforms: linux/amd64,linux/arm/v7,linux/arm64
17+
platforms: linux/amd64,linux/arm64
1818

1919
dockerhubuploadlatest:
2020
docker:
@@ -27,7 +27,7 @@ jobs:
2727
# until all of the platforms are built.
2828
- docker_build:
2929
tag: -t matrixdotorg/synapse:latest
30-
platforms: linux/amd64,linux/arm/v7,linux/arm64
30+
platforms: linux/amd64,linux/arm64
3131

3232
workflows:
3333
build:

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Synapse 1.xx.0 (2021-xx-xx)
22
===========================
33

4+
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).
5+
46
Removal warning
57
---------------
68

changelog.d/9433.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Drop support for ARMv7 in Docker images.

0 commit comments

Comments
 (0)