Skip to content

Commit 9f0941e

Browse files
authored
Fix arm build (#522)
1 parent 8658041 commit 9f0941e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Set up QEMU
4343
if: ${{ inputs.platforms != 'linux/amd64' }}
4444
uses: docker/setup-qemu-action@v3
45+
with:
46+
# Workaround for https://github.com/tonistiigi/binfmt/issues/215
47+
image: tonistiigi/binfmt:qemu-v7.0.0-28
48+
cache-image: true
4549

4650
- name: Set up Docker Buildx
4751
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)