diff --git a/.drone.yml b/.drone.yml index a5077df..18cf152 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,7 @@ steps: commands: - apt update && apt install git clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev -y - cargo test - - rustup target add x86_64-unknown-linux-musl - - cargo build --release --target x86_64-unknown-linux-musl + - cargo build - name: dockerize image: plugins/docker settings: