Disabled ARM linux for now

This commit is contained in:
Thorsten Sommer 2024-06-06 07:00:03 +02:00
parent eb8aadc219
commit 60594a1ca3
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -24,11 +24,13 @@ jobs:
cargo_args: '--target x86_64-unknown-linux-gnu' cargo_args: '--target x86_64-unknown-linux-gnu'
dotnet_runtime: 'linux-x64' dotnet_runtime: 'linux-x64'
dotnet_name_postfix: '-x86_64-unknown-linux-gnu' dotnet_name_postfix: '-x86_64-unknown-linux-gnu'
#
- platform: 'ubuntu-22.04' # for ARM-based linux # Issue https://github.com/twistedfall/opencv-rust/issues/457
cargo_args: '--target aarch64-unknown-linux-gnu' #
dotnet_runtime: 'linux-arm64' # - platform: 'ubuntu-22.04' # for ARM-based linux
dotnet_name_postfix: '-aarch64-unknown-linux-gnu' # cargo_args: '--target aarch64-unknown-linux-gnu'
# dotnet_runtime: 'linux-arm64'
# dotnet_name_postfix: '-aarch64-unknown-linux-gnu'
- platform: 'windows-latest' # for x86-based windows - platform: 'windows-latest' # for x86-based windows
cargo_args: '--target x86_64-pc-windows-msvc' cargo_args: '--target x86_64-pc-windows-msvc'