Skip to content

Commit 4d1d791

Browse files
committed
ci: add arm64 docker builds
1 parent fd108e6 commit 4d1d791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
3030

31+
- name: Set up QEMU
32+
uses: docker/setup-qemu-action@v3
33+
3134
- name: Set up Docker Buildx
3235
uses: docker/setup-buildx-action@v3
3336

@@ -55,6 +58,7 @@ jobs:
5558
uses: docker/build-push-action@v6
5659
with:
5760
context: .
61+
platforms: linux/amd64,linux/arm64
5862
cache-from: type=gha
5963
cache-to: type=gha,mode=max
6064
push: true

0 commit comments

Comments
 (0)