Skip to content

Commit 70541e8

Browse files
committed
ci: add arm64 docker builds
1 parent fd108e6 commit 70541e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
id-token: write
2626

2727
steps:
28-
- name: Checkout repository
29-
uses: actions/checkout@v4
28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v3
3030

3131
- name: Set up Docker Buildx
3232
uses: docker/setup-buildx-action@v3
@@ -55,6 +55,7 @@ jobs:
5555
uses: docker/build-push-action@v6
5656
with:
5757
context: .
58+
platforms: linux/amd64,linux/arm64
5859
cache-from: type=gha
5960
cache-to: type=gha,mode=max
6061
push: true

0 commit comments

Comments
 (0)