chimemon/.woodpecker/build.yaml
Keenan Tims a828f3267c
Some checks failed
ci/woodpecker/push/build Pipeline failed
[ALL] Rename CI
2023-09-21 23:33:35 -07:00

19 lines
283 B
YAML

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]