This commit is contained in:
@@ -106,3 +106,10 @@ melos:
|
||||
set -e
|
||||
cd apps/weblibre
|
||||
flutter build apk --release --flavor alphaLegacy --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
|
||||
build-browser-pixel10:
|
||||
description: Build and verify the ARM64-only MrbWebLibre release for Google Pixel 10
|
||||
run: |
|
||||
set -e
|
||||
cd apps/weblibre
|
||||
flutter build apk --release --flavor pixel10 --target-platform android-arm64 --no-tree-shake-icons
|
||||
../../scripts/verify-pixel10-apk.sh build/app/outputs/flutter-apk/app-pixel10-release.apk
|
||||
|
||||
Reference in New Issue
Block a user