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

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

@@ -38,8 +38,9 @@ jobs:
         with:
           fetch-depth: 0  # for correct image labeling via `git describe --tags`
       - uses: docker/setup-buildx-action@v3
+      - uses: docker/setup-qemu-action@v3
         with:
-          driver-opts: image=moby/buildkit:v0.18.2
+          image: tonistiigi/binfmt:qemu-v6.1.0
 
       - name: Detect correct Git ref for image build
         id: git