added woodpecker

This commit is contained in:
Stefan Hoffmann 2023-05-29 22:44:59 +02:00
parent 923f606076
commit 7c60015840
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

18
.woodpecker.yml Normal file
View File

@ -0,0 +1,18 @@
---
platform: linux/arm64
clone:
git:
image: woodpeckerci/plugin-git
pipeline:
build: golang:1.20
commands:
- go build -o go-gluon-publish-$GOOS-$GOARCH
matrix:
GOOS:
- linux
GOARCH:
- arm64
- amd64