mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-28 01:28:26 +00:00
Add build for Android (#814)
This commit is contained in:
parent
ae33940331
commit
796fee720e
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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
|
||||
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user