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:48:42 +00:00
|
|
|
commands:
|
|
|
|
- go build -o go-gluon-publish-$GOOS-$GOARCH
|
2023-05-29 20:44:59 +00:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
GOOS:
|
|
|
|
- linux
|
|
|
|
GOARCH:
|
|
|
|
- arm64
|
|
|
|
- amd64
|