From 8b989065eec7895feeaa5513655134dd68716c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Mon, 11 Sep 2023 05:57:03 +0200 Subject: [PATCH] build(release): add armhf binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index 7e313b1b..cffd94de 100644 --- a/Justfile +++ b/Justfile @@ -144,6 +144,7 @@ alias itest := integration_tests rustup toolchain install stable cross build --target x86_64-unknown-linux-gnu --release cross build --target aarch64-unknown-linux-gnu --release + cross build --target arm-unknown-linux-gnueabihf --release # cross build --target aarch64-apple-darwin --release cross build --target x86_64-pc-windows-gnu --release # cross build --target aarch64-pc-windows-gnullvm --release