diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 3b018c67..2ab622e5 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -14,6 +14,10 @@ jobs: target: x86_64-unknown-linux-gnu os: ubuntu-latest archive_ext: tar + - bin: swap + target: armv7-unknown-linux-gnueabihf + os: ubuntu-latest + archive_ext: tar - bin: swap target: x86_64-apple-darwin os: macos-latest