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 1449cbf commit 577712bCopy full SHA for 577712b
.github/workflows/build.yml
@@ -88,12 +88,12 @@ jobs:
88
89
- name: Build APK
90
working-directory: app
91
- run: flutter build apk --release --split-per-abi --no-tree-shake-icons
+ run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
92
93
- name: Build App Bundle
94
if: steps.build-type.outputs.is_prerelease == 'false'
95
96
- run: flutter build appbundle --no-tree-shake-icons
+ run: flutter build appbundle --target-platform android-arm,android-arm64 --no-tree-shake-icons
97
98
- name: Create github artifact release (Prerelease)
99
if: steps.build-type.outputs.is_prerelease == 'true'
0 commit comments