From eecf9a0fabe6f0ddd3ea34fed9c1345f6e369e6f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 22 Dec 2025 22:56:20 +0900 Subject: [PATCH] Updated qemu for actions --- .github/workflows/images_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 4d27cfaa2..abb8f2418 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -287,7 +287,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:qemu-v10.0.4 platforms: all - name: Set up Docker Buildx @@ -516,7 +516,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:qemu-v10.0.4 platforms: all - name: Set up Docker Buildx @@ -878,7 +878,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:qemu-v10.0.4 platforms: all - name: Set up Docker Buildx