From 017b1da1ae1820e495865ce440ad72201bb75247 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 9 Sep 2025 14:29:53 +0200 Subject: [PATCH] ci: attempt to fix arm64 segfault (#301) Signed-off-by: Marco Nenciarini --- .github/workflows/bake_targets.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 0a0630b0..becd48a6 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -58,6 +58,9 @@ jobs: uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3 with: platforms: 'arm64' + # TODO: remove this line once https://github.com/tonistiigi/binfmt/issues/258 + # will be released + image: tonistiigi/binfmt:master - name: Set up Docker Buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3