build: Do not build x64 for release
This commit is contained in:
parent
fc07addc07
commit
5de67c8641
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
FDROID_KEY_PASS: ${{ secrets.FDROID_KEY_PASS }}
|
FDROID_KEY_PASS: ${{ secrets.FDROID_KEY_PASS }}
|
||||||
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
||||||
run: ./scripts/prepare-android-release.sh
|
run: ./scripts/prepare-android-release.sh
|
||||||
- run: flutter build apk --release
|
- run: flutter build apk --release --target-platform android-arm,android-arm64
|
||||||
- name: Upload to release
|
- name: Upload to release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
|
|
@ -167,7 +167,7 @@ jobs:
|
||||||
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
||||||
run: ./scripts/prepare-android-release.sh
|
run: ./scripts/prepare-android-release.sh
|
||||||
- name: Build Android Release
|
- 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: Get Tag Name
|
- name: Get Tag Name
|
||||||
id: tag_name
|
id: tag_name
|
||||||
run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})"
|
run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue