build: Do not build x64 for playstore

This commit is contained in:
krille-chan 2025-11-16 10:06:49 +01:00
parent b5cfe22200
commit fc07addc07
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ jobs:
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
run: ./scripts/prepare-android-release.sh
- name: Build Android Release
run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64
run: flutter build appbundle --target-platform android-arm,android-arm64
- name: Set changelog
working-directory: android/fastlane/metadata/android/en-US/changelogs
run: git log --no-merges -1 --pretty=%B > default.txt