Ver a proveniência

Drop ARMv7 from docker (#9433)

It's proving incredibly hard to build in CircleCI infra.
tags/v1.28.0rc1
Erik Johnston há 3 anos
committed by GitHub
ascendente
cometimento
9d64e4dbd6
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
3 ficheiros alterados com 5 adições e 2 eliminações
  1. +2
    -2
      .circleci/config.yml
  2. +2
    -0
      CHANGES.md
  3. +1
    -0
      changelog.d/9433.docker

+ 2
- 2
.circleci/config.yml Ver ficheiro

@@ -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:
@@ -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:


+ 2
- 0
CHANGES.md Ver ficheiro

@@ -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
---------------



+ 1
- 0
changelog.d/9433.docker Ver ficheiro

@@ -0,0 +1 @@
Drop support for ARMv7 in Docker images.

Carregando…
Cancelar
Guardar