Added brew tap aarch64-unknown-linux-gnu
This commit is contained in:
parent
28992ae5e4
commit
4cf538162e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue