tyranron 8 months ago
parent
commit
acd8571e53
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/docker.yml

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

@@ -37,9 +37,10 @@ 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.
       - uses: docker/setup-qemu-action@v3
         with:
-          image: tonistiigi/binfmt:qemu-v6.1.0
+          image: tonistiigi/binfmt:qemu-v6.1.0 # `cc` segfaults on QEMU 6.2.0
       - uses: docker/setup-buildx-action@v3
 
       - name: Detect correct Git ref for image build