Stefan Hoffmann
d8d616208b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
20 lines
248 B
YAML
20 lines
248 B
YAML
---
|
|
platform: linux/arm64
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:1.20
|
|
commands:
|
|
- go build -o go-gluon-publish-$GOOS-$GOARCH
|
|
|
|
matrix:
|
|
GOOS:
|
|
- linux
|
|
GOARCH:
|
|
- arm64
|
|
- amd64
|