legacy skia build next to impeller arm64

This commit is contained in:
Fabian Freund
2026-07-30 05:02:43 +02:00
parent f969055b21
commit 3a942a57a6
4 changed files with 44 additions and 9 deletions
+9 -3
View File
@@ -94,9 +94,15 @@ melos:
set -e
cd apps/weblibre
flutter build apk --release --flavor stable --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
build-browser-alpha:
description: Build alpha release APK split per ABI (side-by-side installable with stable)
build-browser-alpha-impeller:
description: Build arm64 alpha release APK with Impeller enabled (side-by-side installable with stable)
run: |
set -e
cd apps/weblibre
flutter build apk --release --flavor alpha --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
flutter build apk --release --flavor alphaImpeller --target-platform android-arm64 --no-tree-shake-icons
build-browser-alpha-legacy:
description: Build arm64 alpha release APK with the legacy Skia renderer (side-by-side installable with stable)
run: |
set -e
cd apps/weblibre
flutter build apk --release --flavor alphaLegacy --target-platform android-arm64 --no-tree-shake-icons