Skip to content

Commit

Permalink
ci: bump binfmt image to 8.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Dec 18, 2023
1 parent 7206d04 commit 7f9b09f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
IMAGE_NAME: "moby/buildkit"
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le,linux/riscv64"
DESTDIR: "./bin"
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v8.0.4"
IMAGE_BUILD_TIMEOUT: "900" # 15 minutes

jobs:
Expand Down Expand Up @@ -88,6 +89,8 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: ${{ env.BINFMT_IMAGE }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -159,6 +162,8 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: ${{ env.BINFMT_IMAGE }}
-
name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 7f9b09f

Please sign in to comment.