From e357dca3c4d2dd2a48b0dbdc20cd8d14a11e5f90 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 18 Aug 2021 00:32:44 +0200 Subject: [PATCH] Drop armel architecture --- .azure-pipelines/templates/deploy-jobs.yml | 4 ++-- CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/deploy-jobs.yml b/.azure-pipelines/templates/deploy-jobs.yml index d2084a38..6ab1318d 100644 --- a/.azure-pipelines/templates/deploy-jobs.yml +++ b/.azure-pipelines/templates/deploy-jobs.yml @@ -52,9 +52,9 @@ jobs: docker buildx create --use version=`poetry version | awk '{print $2}'` echo "Docker tag is: $version" - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --tag adferrand/dnsrobocert --tag adferrand/dnsrobocert:$version --push . + docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --tag adferrand/dnsrobocert --tag adferrand/dnsrobocert:$version --push . # LEGACY DEPLOY - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --tag adferrand/letsencrypt-dns --tag adferrand/letsencrypt-dns:$version --push . + docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --tag adferrand/letsencrypt-dns --tag adferrand/letsencrypt-dns:$version --push . displayName: Build and deploy multi-arch Docker image to DockerHub - script: | set -e diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bfdf97e..c4d68c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## master - CURRENT +### Removed +* Drop Docker support on `armel` architecture ## 3.11.1 - 17/08/2021 ### Modified