This commit is contained in:
Lkhsss
2024-11-17 11:04:54 +08:00
parent 01536d45a4
commit 6a8d2e27f4

View File

@ -15,9 +15,11 @@ jobs:
rc: ${{ steps.check-tag.outputs.rc }}
strategy:
fail-fast: false
matrix:
include:
- target: aarch64-unknown-linux-musl
- target: aarch64-unknown-linux-gnu
use-cross: true
os: ubuntu-latest
cargo-flags: ""
- target: aarch64-apple-darwin
@ -34,11 +36,11 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
cargo-flags: ""
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
use-cross: true
cargo-flags: ""
- target: i686-unknown-linux-musl
- target: i686-unknown-linux-gnu
os: ubuntu-latest
use-cross: true
cargo-flags: ""