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 6eba60e commit 66c9166Copy full SHA for 66c9166
.github/workflows/ci.yml
@@ -331,6 +331,8 @@ jobs:
331
uses: taiki-e/install-action@v2
332
with:
333
tool: cross
334
+ - name: Configure binfmt_misc for QEMU
335
+ run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
336
- name: Build cross image
337
run: just cross-image ${{ matrix.target }}
338
- name: Test (unit)
0 commit comments