adbfm/goreleaser.yml

32 lines
473 B
YAML

project_name: adbfm
builds:
-
id: adbfm
main: ./cmd/adbfm
binary: adbfm
env:
- CGO_ENABLED=1
ldflags:
- -s -w -X main.version={{.Version}}
goos:
- linux
- windows
goarch:
- 386
- amd64
archives:
-
id: adbfm
builds:
- adbfm
format_overrides:
- goos: windows
format: zip
files:
- ./*.md
- CHANGELOG
- LICENSE
checksum:
name_template: 'checksums.txt'