mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-29 18:18:25 +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
|
- os: ubuntu-latest
|
||||||
target: aarch64-unknown-linux-musl
|
target: aarch64-unknown-linux-musl
|
||||||
deb: true
|
deb: true
|
||||||
|
- os: ubuntu-latest
|
||||||
|
target: aarch64-linux-android
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
@ -54,6 +56,12 @@ jobs:
|
|||||||
uses: Swatinem/rust-cache@v2.7.3
|
uses: Swatinem/rust-cache@v2.7.3
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.target }}
|
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
|
- name: Build binary
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user