From 4dcc944f5362d31b0ceb6f541332047ade3eb910 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sat, 15 Feb 2025 19:31:01 +0800 Subject: [PATCH] ci: lock tonistiigi/binfmt:qemu-v7.0.0-28 to avoid binfmt crash --- .github/workflows/release-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 281e11b2..e33cb715 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -35,6 +35,8 @@ jobs: go-version: 1.23.x - name: Set up QEMU uses: docker/setup-qemu-action@v3 + with: + image: tonistiigi/binfmt:qemu-v7.0.0-28 - name: Download Darwin sysroot tarball uses: actions/download-artifact@v4 with: