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

Commit 7bfdea2

Browse files
authored
Merge pull request #29864 from charris/backport-29856
CI: Fix loongarch64 CI (#29856)
2 parents 48b536d + 465540e commit 7bfdea2

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)