This commit is contained in:
Keenan Tims 2023-09-21 23:30:52 -07:00
parent 41284649c9
commit cf3fa4c2b4
Signed by: ktims
GPG Key ID: 11230674D69038D4

18
.woodpecker-ci/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]