Test if CI agents are working properly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Blizzard Finnegan 2023-06-22 10:09:32 -04:00
parent 982e17933c
commit fcacee8fd7
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -3,6 +3,8 @@ pipeline:
image: nixos/nix:latest image: nixos/nix:latest
commands: commands:
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
when:
platform: linux/arm*
publish: publish:
when: when:
event: tag event: tag