From c4116457490b991f34d0980caceedc9369e00b36 Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Thu, 10 Oct 2024 15:25:18 +0200 Subject: [PATCH] ci: try more uptodate qemu --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3d68ff..75b1cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v3 + with: + image: tonistiigi/binfmt:buildkit-v8.1.5 # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx id: buildx