sshtargate/goreleaser.yml

34 lines
550 B
YAML

project_name: sshtargate
builds:
-
id: sshtargate
binary: sshtargate
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X gitlab.com/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'