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: