Test if CI agents are working properly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
982e17933c
commit
fcacee8fd7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue