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