Skip to content

Commit 8d162c4

Browse files
authored
Support MultiArch (#13)
1 parent 9321597 commit 8d162c4

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
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323

24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
26+
2427
- name: Set up Docker Buildx
2528
uses: docker/setup-buildx-action@v3
2629

@@ -48,6 +51,7 @@ jobs:
4851
uses: docker/build-push-action@v5
4952
with:
5053
context: .
54+
platforms: linux/amd64,linux/arm64,linux/arm/v7
5155
push: ${{ github.event_name != 'pull_request' }}
5256
tags: ${{ steps.meta.outputs.tags }}
5357
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)