Skip to content

Commit

Permalink
Install musl:arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr authored Dec 29, 2023
1 parent c1f2a79 commit 8e9126a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-20.04'
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
sudo apt-get install -y --no-install-recommends musl-tools:arm64
# Look into:
# https://github.com/cross-rs/cross
# https://unix.stackexchange.com/questions/619233/how-to-get-aarch64-version-of-musl-on-debian-for-qemu-user-mode
Expand Down

0 comments on commit 8e9126a

Please sign in to comment.