19 lines
232 B
YAML
19 lines
232 B
YAML
---
|
|
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
|