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.
2 parents 48b536d + 465540e commit 7bfdea2Copy full SHA for 7bfdea2
.github/workflows/linux_qemu.yml
@@ -205,7 +205,7 @@ jobs:
205
206
- name: Initialize binfmt_misc for qemu-user-static
207
run: |
208
- docker run --rm --privileged loongcr.lcpu.dev/multiarch/archlinux --reset -p yes
+ docker run --rm --privileged tonistiigi/binfmt:qemu-v10.0.4-56 --install all
209
210
- name: Install GCC cross-compilers
211
0 commit comments