浏览代码

Try on latest QEMU version

tyranron 11 月之前
父节点
当前提交
70b7e1146c
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      .github/workflows/docker.yml

+ 1 - 4
.github/workflows/docker.yml

@@ -37,11 +37,8 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0  # for correct image labeling via `git describe --tags`
-      # TODO: Try remove once `tonistiigi/binfmt` image has QEMU versions higher than 6.2.0.
-
+      # TODO: Try remove once `moby/buildkit` image upgrades its default QEMU version.
       - uses: docker/setup-qemu-action@v3
-        with:
-          image: tonistiigi/binfmt:qemu-v9.2.0 # `cc` segfaults on QEMU 6.2.0
       - uses: docker/setup-buildx-action@v3
 
       - name: Detect correct Git ref for image build