Skip to content

Commit

Permalink
provide option to build Android target on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 21, 2024
1 parent 4e3d435 commit 8cc425c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
default: 'ubuntu-22.04'
options:
- 'ubuntu-22.04'
- 'macos-latest'
- 'debian-arm64-latest'
build-for:
type: choice
Expand Down Expand Up @@ -96,6 +97,6 @@ jobs:
if: env.CI_BUILD_FOR == 'android'
run: |
npm run tauri android init
npm run tauri android build
npm run tauri android build -- --aab
env:
NDK_HOME: "${{ env.ANDROID_HOME }}/ndk/${{ env.ANDROID_NDK_VERSION }}"

0 comments on commit 8cc425c

Please sign in to comment.