Skip to content

Commit 408f798

Browse files
committed
Add temporary workaround for ARM builds in Docker workflow
1 parent 5301b30 commit 408f798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-push-docker-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@v3
31+
# Temporary workaround for ARM builds
32+
# https://github.com/docker/setup-qemu-action/issues/198
33+
with:
34+
image: tonistiigi/binfmt:qemu-v7.0.0-28
3135

3236
- name: Set up Docker Buildx
3337
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)