Skip to content

Commit

Permalink
ci: add aarch64-unknown-linux-gnu target
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 9, 2024
1 parent c2bbeea commit 4498d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
steps:
Expand Down

0 comments on commit 4498d22

Please sign in to comment.