18 lines
264 B
YAML
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
|