Przeglądaj źródła

Test QEMU 9.2.0

tyranron 8 miesięcy temu
rodzic
commit
9b47f43be3
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .github/workflows/docker.yml

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

@@ -38,9 +38,10 @@ jobs:
         with:
         with:
           fetch-depth: 0  # for correct image labeling via `git describe --tags`
           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 `tonistiigi/binfmt` image has QEMU versions higher than 6.2.0.
+
       - uses: docker/setup-qemu-action@v3
       - uses: docker/setup-qemu-action@v3
         with:
         with:
-          image: tonistiigi/binfmt:qemu-v6.1.0 # `cc` segfaults on QEMU 6.2.0
+          image: tonistiigi/binfmt:qemu-v9.2.0 # `cc` segfaults on QEMU 6.2.0
       - uses: docker/setup-buildx-action@v3
       - uses: docker/setup-buildx-action@v3
 
 
       - name: Detect correct Git ref for image build
       - name: Detect correct Git ref for image build