Skip to content

Commit c4a2c0b

Browse files
authored
ci: build the aar for arm64 only (#1167)
1 parent 35470c9 commit c4a2c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ref: ${{ github.event.ref }}
1313
packageName: package-for-development
1414
linuxBuildArgs: '--desktop gpu --opencv cmake'
15-
androidBuildArgs: '--android fat --android_ndk_api_level 21'
15+
androidBuildArgs: '--android arm64 --android_ndk_api_level 21'
1616
macosBuildArgs: '--desktop cpu --opencv cmake --macos_universal'
1717
iosBuildArgs: '--ios arm64'
1818
windowsBuildArgs: '--desktop cpu --opencv cmake'
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.event.ref }}
2525
packageName: package-for-production
2626
linuxBuildArgs: '--linkopt="-s" --desktop gpu --opencv cmake'
27-
androidBuildArgs: '--linkopt="-s" --android fat --android_ndk_api_level 21'
27+
androidBuildArgs: '--linkopt="-s" --android arm64 --android_ndk_api_level 21'
2828
macosBuildArgs: '--linkopt="-s" --desktop cpu --opencv cmake --macos_universal'
2929
iosBuildArgs: '--linkopt="-s" --ios arm64'
3030
windowsBuildArgs: '--desktop cpu --opencv cmake'

0 commit comments

Comments
 (0)