Merge pull request #2261 from krille-chan/krille/fix-build-apk

ci: Build only for arm64
This commit is contained in:
Krille-chan 2025-10-19 08:08:10 +02:00 committed by GitHub
commit 966f13792c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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