forked from Green-Sky/tomato
enable arm32 in the ci/cd
This commit is contained in:
parent
f93602e524
commit
a9d8c070bc
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- vcpkg_toolkit: arm-neon-android
|
||||
ndk_abi: armeabi-v7a
|
||||
- vcpkg_toolkit: arm64-android
|
||||
ndk_abi: arm64-v8a
|
||||
- vcpkg_toolkit: x64-android
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- vcpkg_toolkit: arm-neon-android
|
||||
ndk_abi: armeabi-v7a
|
||||
- vcpkg_toolkit: arm64-android
|
||||
ndk_abi: arm64-v8a
|
||||
- vcpkg_toolkit: x64-android
|
||||
|
2
external/solanaceae_util
vendored
2
external/solanaceae_util
vendored
@ -1 +1 @@
|
||||
Subproject commit 17d2baf7365c3499172dc5afd71171cb3a138d99
|
||||
Subproject commit 9a4df12d68373cd19adddde2364843eeac51c28d
|
Loading…
Reference in New Issue
Block a user