diff --git a/.drone.yml b/.drone.yml index 4407133..a9d5907 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,10 @@ steps: path: /drone/src/target/debug commands: - set -e - - cargo build + - apt update && apt install -y + - apt install musl-tools pkg-config + - rustup target add x86_64-unknown-linux-musl + - cargo build --target=x86_64-unknown-linux-musl - name: load_secret image: debian:buster-slim