We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61886f6 commit 01d09d1Copy full SHA for 01d09d1
.github/workflows/flutter.yml
@@ -26,6 +26,6 @@ jobs:
26
channel: 'stable'
27
- run: flutter packages get
28
- run: flutter test
29
- - run: flutter build apk
+ - run: flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
30
31
# - run: curl
0 commit comments