You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sshtargate/goreleaser.yml

34 lines
561 B

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