Skip to content

Commit

Permalink
Build armv8a test exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Nov 25, 2024
1 parent 6485674 commit 95b4271
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,17 @@ jobs:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837

- name: Build app bundle
if: github.repository != 'RepoDevil/segment-editor'
run: pnpm tauri android build
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837

- name: Build app bundle
if: github.repository == 'RepoDevil/segment-editor'
run: pnpm tauri android build --target aarch64
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837

- name: Modify AndroidManifest
run: |
java -jar ManifestEditor-2.0.jar -aa "android-usesCleartextTraffic:true" src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk
Expand Down

0 comments on commit 95b4271

Please sign in to comment.