Skip to content

Commit

Permalink
ci: build the aar for arm64 only (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Mar 15, 2024
1 parent 35470c9 commit c4a2c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ref: ${{ github.event.ref }}
packageName: package-for-development
linuxBuildArgs: '--desktop gpu --opencv cmake'
androidBuildArgs: '--android fat --android_ndk_api_level 21'
androidBuildArgs: '--android arm64 --android_ndk_api_level 21'
macosBuildArgs: '--desktop cpu --opencv cmake --macos_universal'
iosBuildArgs: '--ios arm64'
windowsBuildArgs: '--desktop cpu --opencv cmake'
Expand All @@ -24,7 +24,7 @@ jobs:
ref: ${{ github.event.ref }}
packageName: package-for-production
linuxBuildArgs: '--linkopt="-s" --desktop gpu --opencv cmake'
androidBuildArgs: '--linkopt="-s" --android fat --android_ndk_api_level 21'
androidBuildArgs: '--linkopt="-s" --android arm64 --android_ndk_api_level 21'
macosBuildArgs: '--linkopt="-s" --desktop cpu --opencv cmake --macos_universal'
iosBuildArgs: '--linkopt="-s" --ios arm64'
windowsBuildArgs: '--desktop cpu --opencv cmake'
Expand Down

0 comments on commit c4a2c0b

Please sign in to comment.