diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b698a3e2d..5ae5ea4fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,10 @@ jobs: artifact_suffix: linux-x86_64 target: x86_64-unknown-linux-gnu features: '' + - build_target: linux-arm64 + os: ubuntu-24.04-arm + artifact_suffix: linux-aarch64 + target: aarch64-unknown-linux-gnu - build_target: macos-aarch64 os: macos-14 artifact_suffix: macos-aarch64 @@ -43,7 +47,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Install rustup if: runner.os != 'Windows' shell: bash