Skip to content

Commit 2cb22ff

Browse files
authored
enable multiple platform
1 parent 3ed9bb0 commit 2cb22ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v4
4646

47+
- name: Set up QEMU
48+
uses: docker/setup-qemu-action@v3
49+
# 👆 This enables ARM emulation on AMD64 runner
50+
4751
- name: Log in to GitHub Container Registry
4852
uses: docker/login-action@v3
4953
with:
@@ -65,7 +69,7 @@ jobs:
6569
uses: docker/build-push-action@v6
6670
with:
6771
context: .
68-
# platforms: linux/amd64,linux/arm64
72+
platforms: linux/amd64,linux/arm64
6973
file: ./docker/Dockerfile
7074
push: true
7175
tags: |

0 commit comments

Comments
 (0)