Skip to content

Commit 72ce6a9

Browse files
committed
ci: build ARM64-compatible Docker images
1 parent 9767873 commit 72ce6a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v3
2222

23+
- name: Set up QEMU
24+
uses: docker/setup-qemu-action@v3
25+
2326
- name: Log in to Docker Hub
2427
uses: docker/login-action@v3
2528
with:
@@ -37,6 +40,7 @@ jobs:
3740
uses: docker/build-push-action@v6
3841
with:
3942
context: debian-arm
43+
platforms: linux/amd64,linux/arm64
4044
push: true
4145
provenance: mode=max
4246
sbom: true

0 commit comments

Comments
 (0)