Merge pull request #23 from akhildevelops/feature/32bitarm
Feature/32bitarm
This commit is contained in:
commit
6e9a7c8d74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: install linux cross compiler
|
- name: install linux cross compiler
|
||||||
run:
|
run:
|
||||||
brew tap messense/macos-cross-toolchains &&
|
brew tap messense/macos-cross-toolchains &&
|
||||||
brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu arm-unknown-linux-gnueabi
|
brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu arm-unknown-linux-gnueabihf
|
||||||
|
|
||||||
- name: Build release linux x86_64 binary
|
- name: Build release linux x86_64 binary
|
||||||
run:
|
run:
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build release linux arm32bit binary
|
- name: Build release linux arm32bit binary
|
||||||
run:
|
run:
|
||||||
rustup target install arm-unknown-linux-gnueabi &&
|
rustup target install arm-unknown-linux-gnueabihf &&
|
||||||
make release-linux-armv6 &&
|
make release-linux-armv6 &&
|
||||||
mv target/arm-unknown-linux-gnueabihf/release/rqbit target/release/rqbit-linux-static-arm32
|
mv target/arm-unknown-linux-gnueabihf/release/rqbit target/release/rqbit-linux-static-arm32
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue