ci: Build only for arm64
This commit is contained in:
parent
7ff6d7b401
commit
1cf422f45d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
|
|
@ -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…
Add table
Reference in a new issue