mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Add back target aarch64-unknown-linux-gnu
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e3a5ca2991
commit
e857a88426
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ jobs:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
test: false
|
test: false
|
||||||
debug_build_args: --no-default-features --features rustls
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue