Skip to content

Commit

Permalink
feat: add aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev authored Jun 2, 2024
1 parent 1053419 commit e5e8c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
os: ubuntu-latest
rust: stable
target: armv7-unknown-linux-gnueabihf
- build: aarch64
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e5e8c3a

Please sign in to comment.