Skip to content

Commit

Permalink
Add aarch64-unknown-linux-gnu target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzmk committed Sep 25, 2023
1 parent 2837a7b commit 8aeb5fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
os: ubuntu-22.04
target: x86_64-unknown-linux-musl

- build: linux
os: ubuntu-22.04
target: aarch64-unknown-linux-gnu

- build: linux
os: ubuntu-20.04 ## older ubuntu to avoid messing with glibc version
target: arm-unknown-linux-gnueabihf
Expand Down Expand Up @@ -54,7 +58,7 @@ jobs:
if: matrix.build == 'linux'
run: |
sudo apt update
sudo apt install libsqlite3-dev gcc-arm-linux-gnueabihf musl-tools -qy
sudo apt install libsqlite3-dev gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu musl-tools -qy
- name: install packages (macos)
if: matrix.build == 'macos'
Expand Down

0 comments on commit 8aeb5fb

Please sign in to comment.