mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Drop ARMv7 from docker (#9433)
It's proving incredibly hard to build in CircleCI infra.
This commit is contained in:
parent
e17553e185
commit
9d64e4dbd6
@ -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:
|
|||||||
# 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:
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
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
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
1
changelog.d/9433.docker
Normal file
1
changelog.d/9433.docker
Normal file
@ -0,0 +1 @@
|
|||||||
|
Drop support for ARMv7 in Docker images.
|
Loading…
Reference in New Issue
Block a user