Skip to content

Commit 256dd9d

Browse files
authored
Merge pull request #9 from matsuu/more-arch
Add more arch
2 parents 649aa52 + eddce30 commit 256dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: docker/build-push-action@v3
3434
with:
3535
context: .
36-
platforms: linux/amd64,linux/arm64
36+
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le
3737
push: ${{ github.ref_type == 'tag' }}
3838
tags: ${{ steps.meta.outputs.tags }}
3939
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)