bird_exporter/.goreleaser.yml
2021-03-19 13:42:10 +01:00

18 lines
264 B
YAML

dist: artifacts
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- freebsd
goarch:
- amd64
- arm
- arm64
ldflags: -s -w -X main.version={{.Version}}
binary: bird_exporter