Skip to content

Commit

Permalink
add arch arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 29, 2025
1 parent 70b33cd commit 84fc15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
elif [ "${{ matrix.arch }}" = "arm64" ]; then
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo apt-get install -y qemu-user qemu-user-static binfmt-support
sudo apt-get install libc6:arm64 libstdc++6:arm64
sudo dpkg --add-architecture arm64
sudo update-binfmts --enable qemu-aarch64
fi
Expand Down

0 comments on commit 84fc15b

Please sign in to comment.