diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fede3486..821473cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: