ci: enforce arm64 release abi

This commit is contained in:
2026-08-21 13:50:08 +08:00
parent 9a8c23e2f0
commit a1433f1f4e
2 changed files with 16 additions and 1 deletions
Vendored
+1 -1
View File
@@ -163,7 +163,7 @@ PY
retry(3) {
sh '''
set -euo pipefail
"$FLUTTER_ROOT/bin/flutter" build apk \
JIZHANG_ANDROID_ABIS=arm64-v8a "$FLUTTER_ROOT/bin/flutter" build apk \
--flavor internal --release --target-platform android-arm64 \
--build-name "$APP_VERSION" --build-number "$ANDROID_VERSION_CODE" \
--dart-define=INTERNAL_BUILD=true \