Skip to content

Commit

Permalink
chore: Add linux arm64 build target (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikornaselur authored Oct 18, 2023
1 parent 9ba634c commit 1858b2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
os: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
command: cross
- name: linux-arm64
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
command: cross
- name: linux-amd64
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 1858b2b

Please sign in to comment.