Add woodpecker config
ci/woodpecker/manual/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-07-27 09:36:28 -07:00
parent 0a0008aef4
commit 18912728e9
1 changed files with 13 additions and 0 deletions

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
matrix:
platform:
- linux/amd64
- linux/arm64
steps:
test:
image: golang:latest
commands:
- go test
- go build
when:
- event: push