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.
33 lines
550 B
33 lines
550 B
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'
|
|
|