From 436efa210c203b7cddb7f8b01b5dc9aa44355d98 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 26 Jan 2025 16:19:55 +0900 Subject: [PATCH] Fixed build process. Replaced qemu with 8.1.5 version in github 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 fa36c05c7..452ce7538 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -418,7 +418,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: - image: tonistiigi/binfmt:latest + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx @@ -639,7 +639,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: - image: tonistiigi/binfmt:latest + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx @@ -1103,7 +1103,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: - image: tonistiigi/binfmt:latest + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx