Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 15, 2024
1 parent 89bdf2b commit b97d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP: 1

- name: Enable qemu to build foreign architectures
if: matrix.platform != 'linux/amd64/v2'
if: matrix.platform != 'linux/amd64'
run: sudo podman run --privileged --rm docker.io/tonistiigi/binfmt --install all

- name: Build Containerfile
Expand Down

0 comments on commit b97d2dc

Please sign in to comment.