Skip to content

Commit d4280ca

Browse files
committed
Support arm docker (fix #6)
1 parent 6feb14e commit d4280ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- uses: docker/setup-qemu-action@v3
15+
16+
- uses: docker/setup-buildx-action@v3
17+
1418
- uses: docker/login-action@v3
1519
with:
1620
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -28,6 +32,7 @@ jobs:
2832
- uses: docker/build-push-action@v6
2933
with:
3034
context: .
35+
platforms: linux/amd64,linux/arm64
3136
push: true
3237
tags: ${{ steps.meta.outputs.tags }}
3338
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)