1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

ci: build and push for arm64 and arm/v7 archs

This commit is contained in:
Nicolas Duchon 2021-04-01 22:23:37 +02:00 committed by GitHub
parent bea149e317
commit 4a1d5bfc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
file: Dockerfile file: Dockerfile
platforms: linux/amd64 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: | tags: |
${{ github.ref != 'refs/heads/master' && steps.docker_meta_debian.outputs.tags || '' }} ${{ github.ref != 'refs/heads/master' && steps.docker_meta_debian.outputs.tags || '' }}
@ -74,7 +74,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
file: Dockerfile.alpine file: Dockerfile.alpine
platforms: linux/amd64 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: | tags: |
${{ github.ref != 'refs/heads/master' && steps.docker_meta_alpine.outputs.tags || '' }} ${{ github.ref != 'refs/heads/master' && steps.docker_meta_alpine.outputs.tags || '' }}