ditty/goreleaser.yml

30 lines
439 B
YAML

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