ci: Build only for arm64

This commit is contained in:
Christian Kußowski 2025-10-19 07:54:39 +02:00
parent 7ff6d7b401
commit 1cf422f45d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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