diff --git a/.drone.yml b/.drone.yml index 3acdd74..0677da4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,10 @@ steps: path: /app commands: - cp -R /app/dist ./dist - - cargo build --release + - rustup target add armv7-unknown-linux-gnueabihf + - apt update + - apt-get -y install gcc-arm-linux-gnueabihf + - cargo build --target armv7-unknown-linux-gnueabihf --release - mkdir /app/build - cp target/x86_64-unknown-linux-musl/release/vade /app/build/vade # when: