Skip to content

Commit 4a1d5bf

Browse files
authored
ci: build and push for arm64 and arm/v7 archs
1 parent bea149e commit 4a1d5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v2
6363
with:
6464
file: Dockerfile
65-
platforms: linux/amd64
65+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6666
push: true
6767
tags: |
6868
${{ github.ref != 'refs/heads/master' && steps.docker_meta_debian.outputs.tags || '' }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/build-push-action@v2
7575
with:
7676
file: Dockerfile.alpine
77-
platforms: linux/amd64
77+
platforms: linux/amd64,linux/arm64,linux/arm/v7
7878
push: true
7979
tags: |
8080
${{ github.ref != 'refs/heads/master' && steps.docker_meta_alpine.outputs.tags || '' }}

0 commit comments

Comments
 (0)