sshtargate/goreleaser.yml

34 lines
550 B
YAML
Raw Normal View History

2020-01-04 21:22:45 +00:00
project_name: sshtargate
builds:
-
id: sshtargate
binary: sshtargate
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X git.sr.ht/~tslocum/sshtargate/version={{.Version}}
goos:
- darwin
- freebsd
- linux
goarch:
- 386
- amd64
archives:
-
id: sshtargate
builds:
- sshtargate
replacements:
386: i386
format_overrides:
- goos: windows
format: zip
files:
- ./*.md
- CHANGELOG
- LICENSE
checksum:
name_template: 'checksums.txt'