Skip to content

Commit

Permalink
Drop armel architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Aug 17, 2021
1 parent 1a35675 commit e357dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/deploy-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT
### Removed
* Drop Docker support on `armel` architecture

## 3.11.1 - 17/08/2021
### Modified
Expand Down

0 comments on commit e357dca

Please sign in to comment.