diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index e667df9b..c06931ab 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -67,6 +67,12 @@ jobs: use-cross: true test: false debug_build_args: --no-default-features --features rustls + - target: aarch64-unknown-linux-gnu + os: ubuntu-latest + output: cargo-binstall + use-cross: true + test: false + debug_build_args: --no-default-features --features rustls runs-on: ${{ matrix.os }} steps: