We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee63f8 commit 357568dCopy full SHA for 357568d
.github/workflows/ci.yml
@@ -349,6 +349,8 @@ jobs:
349
uses: taiki-e/install-action@v2
350
with:
351
tool: cross
352
+ - name: Configure binfmt_misc for QEMU
353
+ run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
354
- name: Build cross image
355
run: just cross-image ${{ matrix.target }}
356
- name: Test (unit)
0 commit comments