Skip to content

Commit

Permalink
Fix missing binfmt for image CI take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Oct 6, 2024
1 parent b04e59d commit 6dc726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-suggests qemu-system-x86 qemu-system-aarch64
sudo apt-get reinstall -y qemu-user-static
if: always()

- name: Build image
Expand Down

0 comments on commit 6dc726e

Please sign in to comment.