harmony/goreleaser.yml

34 lines
580 B
YAML

project_name: harmony
builds:
-
id: harmony-server
binary: harmony-server
main: ./cmd/harmony-server
ldflags:
- -s -w -X git.sr.ht/~tslocum/harmony/pkg/config.Version={{.Version}}
goos:
- darwin
- freebsd
- linux
- windows
goarch:
- 386
- amd64
archives:
-
id: harmony
builds:
- harmony-server
replacements:
386: i386
format_overrides:
- goos: windows
format: zip
files:
- ./*.md
- CHANGELOG
- LICENSE
checksum:
name_template: 'checksums.txt'