[ALL] Rename CI
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-09-21 23:32:35 -07:00
parent cf3fa4c2b4
commit a828f3267c

18
.woodpecker/build.yaml Normal file
View File

@ -0,0 +1,18 @@
matrix:
PLATFORM:
- linux/amd64
- linux/arm64
labels:
platform: ${PLATFORM}
steps:
build:
image: rust:1
commands:
- cargo build
when:
path:
include: ["./**/Cargo.*", "./**/*.rs"]
ignore_message: "[ALL]"
event: [tag,push]