mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Merge pull request #231 from NobodyXu/add-more-targets
Try to reenable armv7, aarch64 gnu targets
This commit is contained in:
commit
009a3a6778
2 changed files with 13 additions and 10 deletions
|
@ -55,12 +55,24 @@ jobs:
|
|||
use-cross: true
|
||||
test: false
|
||||
debug_build_args: --no-default-features --features rustls
|
||||
- target: armv7-unknown-linux-gnueabihf
|
||||
os: ubuntu-20.04
|
||||
output: cargo-binstall
|
||||
use-cross: true
|
||||
test: false
|
||||
debug_build_args: --no-default-features --features rustls
|
||||
- target: aarch64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
output: cargo-binstall
|
||||
use-cross: true
|
||||
test: false
|
||||
debug_build_args: --no-default-features --features rustls
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
output: cargo-binstall
|
||||
use-cross: true
|
||||
test: false
|
||||
debug_build_args: --no-default-features --features rustls
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
11
Cross.toml
11
Cross.toml
|
@ -1,11 +1,2 @@
|
|||
[target.armv7-unknown-linux-gnueabihf]
|
||||
zig = true
|
||||
|
||||
[target.armv7-unknown-linux-musleabihf]
|
||||
zig = true
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
zig = true
|
||||
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
[build]
|
||||
zig = true
|
||||
|
|
Loading…
Add table
Reference in a new issue