From 2686e299a9127758863e7f773cf955718a34faa5 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 16 Nov 2025 11:16:25 +0100 Subject: [PATCH] build: Main deploy only to arm64 --- .github/workflows/main_deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 19ce29b44..d31b75819 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -53,8 +53,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' - - name: Limit Rust Jobs - run: echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV - uses: moonrepo/setup-rust@v1 - name: Install Fastlane run: gem install fastlane -NV @@ -70,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 + run: flutter build appbundle --target-platform android-arm64 - name: Set changelog working-directory: android/fastlane/metadata/android/en-US/changelogs run: git log --no-merges -1 --pretty=%B > default.txt