diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index af5f1e02c..10208edf1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,6 +59,12 @@ jobs: architecture: x86_64 binary-postfix: "" use-cross: true + - os: ubuntu-latest + os-name: linux + target: armv7-unknown-linux-gnueabihf + architecture: armv7 + binary-postfix: "" + use-cross: true steps: - name: Checkout repository