Skip to content

Commit 1161ab7

Browse files
committed
restrict apk builds to arm64 and x64
1 parent f16767e commit 1161ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

melos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scripts:
2727
- test
2828
test:unit:android:
2929
description: Runs java unit tests
30-
run: melos exec -c 1 -- "flutter build apk --debug && cd android && ./gradlew flutter_local_notifications:testDebug"
30+
run: melos exec -c 1 -- "flutter build apk --debug --target-platform=android-arm64,android-x64 && cd android && ./gradlew flutter_local_notifications:testDebug"
3131
packageFilters:
3232
scope: "*example*"
3333
test:unit:windows:
@@ -46,7 +46,7 @@ scripts:
4646
build:example_android:
4747
run: |
4848
melos exec -c 1 -- \
49-
"flutter build apk --debug --target-platform=android-arm,android-arm64,android-x64"
49+
"flutter build apk --debug --target-platform=android-arm64,android-x64"
5050
description: Build a specific example app for Android.
5151
packageFilters:
5252
dirExists:

0 commit comments

Comments
 (0)