From 7bae1d9d02850e5516445bcd16e5391548952f1a Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:18:14 -0500 Subject: [PATCH] CI: Pin qemu binfmt image (#106847) statically set qemu binfmt image --- .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 35f8c6d94e5..a849dd8c004 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -102,6 +102,8 @@ jobs: persist-credentials: false - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 + with: + image: docker.io/tonistiigi/binfmt:qemu-v7.0.0-28 - uses: ./.github/actions/build-package id: build with: