Skip to content

Commit

Permalink
Add build for Android (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed May 11, 2024
1 parent ae33940 commit 796fee7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
deb: true
- os: ubuntu-latest
target: aarch64-linux-android
- os: macos-11
target: x86_64-apple-darwin
- os: macos-11
Expand Down Expand Up @@ -54,6 +56,12 @@ jobs:
uses: Swatinem/rust-cache@v2.7.3
with:
key: ${{ matrix.target }}
- name: Install cross
if: ${{ runner.os == 'Linux' }}
uses: actions-rs/cargo@v1
with:
command: install
args: --color=always --git=https://github.com/cross-rs/cross.git --locked --rev=02bf930e0cb0c6f1beffece0788f3932ecb2c7eb --verbose cross
- name: Build binary
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 796fee7

Please sign in to comment.