Skip to content

Commit e6228a7

Browse files
committed
Multi-platform builds
1 parent 19cba19 commit e6228a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727

28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v3
30+
2831
- name: Set up Docker Buildx
2932
uses: docker/setup-buildx-action@v3
3033

@@ -53,6 +56,7 @@ jobs:
5356
uses: docker/build-push-action@v5
5457
with:
5558
context: .
59+
platforms: linux/amd64,linux/arm64
5660
push: ${{ github.event_name != 'pull_request' }}
5761
tags: ${{ steps.meta.outputs.tags }}
5862
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)