go-gluon-publisher/.woodpecker.yml

20 lines
244 B
YAML
Raw Normal View History

2023-05-29 20:44:59 +00:00
---
platform: linux/arm64
clone:
git:
image: woodpeckerci/plugin-git
pipeline:
2023-05-29 20:47:34 +00:00
build:
image: golang:1.20
2023-05-29 20:44:59 +00:00
commands:
- go build -o go-gluon-publish-$GOOS-$GOARCH
matrix:
GOOS:
- linux
GOARCH:
- arm64
- amd64