From a73b95b84518c5a82702721aa01d52b9d3ae647a Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Sun, 16 Jul 2023 07:58:13 +0200 Subject: [PATCH] Add binary for raspberry pi --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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