Skip to content

Commit

Permalink
Added brew tap aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed May 23, 2022
1 parent 28992ae commit 4cf5381
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 @@ -29,7 +29,7 @@ jobs:
- name: install linux cross compiler
run:
brew tap messense/macos-cross-toolchains &&
brew install x86_64-unknown-linux-gnu
brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu

- name: Build release linux x86_64 binary
run:
Expand Down

0 comments on commit 4cf5381

Please sign in to comment.