diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e9d0102 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +matrix: + platform: + - linux/amd64 + - linux/arm64 + +steps: + test: + image: golang:latest + commands: + - go test + - go build + when: + - event: push