Skip to content

Commit

Permalink
trying additional binfmts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Oct 26, 2024
1 parent ae4792f commit e6bcca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PRBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
sudo apt-get install -y binfmt-support
sudo update-binfmts --enable qemu-aarch64
sudo update-binfmts --display qemu-aarch64
sudo update-binfmts --enable qemu-x86-64
sudo update-binfmts --display qemu-x86-64
sudo update-binfmts --enable qemu-arm
sudo update-binfmts --display qemu-arm
- name: Set up Go 1.23
uses: actions/setup-go@v5
Expand Down

0 comments on commit e6bcca9

Please sign in to comment.