Skip to content

Commit 1df2917

Browse files
authored
Publish linux/arm64 image
1 parent eccf34d commit 1df2917

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v5
1717

18+
- name: Set up QEMU
19+
uses: docker/setup-qemu-action@v3
20+
21+
- name: Set up Docker Buildx
22+
uses: docker/setup-buildx-action@v3
23+
1824
- name: Docker login
1925
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2026
with:
@@ -31,6 +37,7 @@ jobs:
3137
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3238
with:
3339
context: .
40+
platforms: linux/amd64,linux/arm64
3441
push: true
3542
tags: ${{ steps.meta.outputs.tags }}
3643
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)