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