diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index fb4ef2e9..e667df9b 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -55,6 +55,12 @@ jobs: use-cross: true test: false debug_build_args: --no-default-features --features rustls + - target: armv7-unknown-linux-gnueabihf + os: ubuntu-20.04 + output: cargo-binstall + use-cross: true + test: false + debug_build_args: --no-default-features --features rustls - target: aarch64-unknown-linux-musl os: ubuntu-latest output: cargo-binstall