added woodpecker
This commit is contained in:
parent
923f606076
commit
7c60015840
18
.woodpecker.yml
Normal file
18
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user