File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
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'
You can’t perform that action at this time.
0 commit comments