🌐 AI搜索 & 代理 主页
Skip to content

Commit 465540e

Browse files
seiko2pluscharris
authored andcommitted
CI: Fix loongarch64 CI (#29856)
* CI: Fix loongarch64 CI by moving to the latest tag of tonistiigi/binfmt which come with qemu-10
1 parent 48b536d commit 465540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Initialize binfmt_misc for qemu-user-static
207207
run: |
208-
docker run --rm --privileged loongcr.lcpu.dev/multiarch/archlinux --reset -p yes
208+
docker run --rm --privileged tonistiigi/binfmt:qemu-v10.0.4-56 --install all
209209
210210
- name: Install GCC cross-compilers
211211
run: |

0 commit comments

Comments
 (0)