diff --git a/.woodpecker.yml b/.woodpecker.yml index 3249195..5366a12 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,8 @@ pipeline: image: nixos/nix:latest commands: - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' + when: + platform: linux/arm* publish: when: event: tag