diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 32fae3e7..cccb90c5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,6 +49,16 @@ jobs: output: cargo-binstall archive: tgz use-cross: true + - target: aarch64-unknown-linux-gnu + os: ubuntu-latest + output: cargo-binstall + archive: tgz + use-cross: true + - target: aarch64-unknown-linux-musl + os: ubuntu-latest + output: cargo-binstall + archive: tgz + use-cross: true steps: - uses: actions/checkout@v2