ci: Build only for arm64

pull/2261/head
Christian Kußowski 6 days ago
parent 7ff6d7b401
commit 1cf422f45d
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -45,7 +45,7 @@ jobs:
cache: true
- uses: moonrepo/setup-rust@v1
- run: flutter pub get
- run: flutter build apk --debug
- run: flutter build apk --debug --target-platform android-arm64
build_debug_web:
runs-on: ubuntu-latest

Loading…
Cancel
Save