From 00b4de0bab06e8758939dc9c0a123741c8940f13 Mon Sep 17 00:00:00 2001 From: stonezdj Date: Thu, 11 Jun 2026 14:44:03 +0800 Subject: [PATCH] remove qemu with Signed-off-by: stonezdj --- .github/workflows/build_base_test.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_base_test.yaml b/.github/workflows/build_base_test.yaml index 24ae07c..13a7c2d 100644 --- a/.github/workflows/build_base_test.yaml +++ b/.github/workflows/build_base_test.yaml @@ -27,12 +27,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - # Pin to a known-good binfmt image. The default "tonistiigi/binfmt:latest" - # has shipped broken releases that fail arm64 emulation with - # 'exec /bin/sh: no such file or directory' during container init. - image: tonistiigi/binfmt:qemu-v9.2.2 - platforms: linux/amd64,linux/arm64 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3