mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14: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
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue