Skip to content

Commit

Permalink
chore(workflows/release.yml): add linux aarch64 target to rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen authored Jul 24, 2023
1 parent 38fdcc6 commit 8f48391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu

- name: Build (unix)
if: runner.os != 'Windows'
Expand Down

0 comments on commit 8f48391

Please sign in to comment.