ci: Updated to only include basic ARM64 and x86_64 architectures

This commit is contained in:
2025-10-17 13:30:42 -06:00
parent 4ef483126d
commit 29536f6291
-16
View File
@@ -38,22 +38,6 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
use-cross: true use-cross: true
cargo-flags: "" cargo-flags: ""
- target: i686-unknown-linux-musl
os: ubuntu-latest
use-cross: true
cargo-flags: ""
- target: i686-pc-windows-msvc
os: windows-latest
use-cross: true
cargo-flags: ""
- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
env: env: