Skip to content

Commit

Permalink
build essential package for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Nov 27, 2023
1 parent c8cde99 commit 2548718
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
# - aarch64-unknown-linux-gnu
# - aarch64-unknown-linux-musl
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc
- x86_64-apple-darwin
Expand All @@ -40,14 +40,14 @@ jobs:
os: ubuntu-22.04
target-apt-arch: amd64
cross: false
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-22.04
# target-apt-arch: arm64
# cross: true
# - target: aarch64-unknown-linux-musl
# os: ubuntu-22.04
# target-apt-arch: arm64
# cross: true
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
target-apt-arch: arm64
cross: true
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
target-apt-arch: arm64
cross: true
- target: x86_64-pc-windows-msvc
os: windows-latest
cross: false
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
sudo apt-get -yq update
# libc6 must be present to run executables dynamically linked
# against glibc for the target architecture
sudo apt-get -yq install qemu-user gcc-aarch64-linux-gnu libc6:arm64
sudo apt-get -yq install qemu-user crossbuild-essential-arm64 libc6:arm64
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 2548718

Please sign in to comment.