From e6bcca94daf2e0d07f365636e1ef69b0f052c3ae Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Fri, 25 Oct 2024 23:04:35 -0400 Subject: [PATCH] trying additional binfmts --- .github/workflows/PRBuild.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/PRBuild.yml b/.github/workflows/PRBuild.yml index c6e10f1..f7f7bba 100644 --- a/.github/workflows/PRBuild.yml +++ b/.github/workflows/PRBuild.yml @@ -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