From a1ab8bc4b8f18a418b2fc2dd9bafe7593ded197c Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 12:16:07 +0000 Subject: [PATCH] add target --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3557221..4f86761 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ name: Build steps: - name: build commands: - - whoami - - rustup show - rustup default stable + - rustup target add armv7-unknown-linux-gnueabihf + - rustup show - cargo build --target=armv7-unknown-linux-gnueabihf node: