diff --git a/.woodpecker.yml b/.woodpecker.yml index 5366a12..7497cd7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: commands: - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' when: - platform: linux/arm* + platform: linux/amd64 publish: when: event: tag