also build armv7

This commit is contained in:
dmunozv04
2024-08-18 15:58:15 +02:00
parent cb738965a7
commit fb3c40d477

View File

@@ -70,24 +70,22 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
cross: true cross: true
release_suffix: x86_64-linux release_suffix: x86_64-linux
# - target: x86_64-unknown-linux-musl
# os: ubuntu-latest
# cross: true
- target: aarch64-unknown-linux-gnu - target: aarch64-unknown-linux-gnu
os: ubuntu-latest os: ubuntu-latest
cross: true cross: true
release_suffix: aarch64-linux release_suffix: aarch64-linux
# - target: i686-unknown-linux-gnu - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest os: ubuntu-latest
# cross: true cross: true
# release_suffix: i686-linux release_suffix: armv7-linux
# Windows # Windows
- target: x86_64-pc-windows-msvc - target: x86_64-pc-windows-msvc
os: windows-2022 os: windows-2022
release_suffix: x86_64-windows release_suffix: x86_64-windows
# - target: i686-pc-windows-msvc - target: aarch64-pc-windows-msvc
# os: windows-2022 os: windows-2022
# release_suffix: i686-windows cross: true
release_suffix: aarch64-windows
# macOS # macOS
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
os: macos-14 os: macos-14