diff --git a/.woodpecker.yml b/.woodpecker.yml index 2f60e03..4aa08ab 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: build: - image: rust:bookworm + image: nixos/nix:latest commands: + - nix-shell - cargo check - - apt update && apt install -y lld - cargo build --release --target aarch64-unknown-linux-musl publish: image: woodpeckerci/plugin-gitea-release