bird_exporter/.goreleaser.yml
2021-03-19 13:48:57 +01:00

21 lines
316 B
YAML

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