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.
30 lines
506 B
30 lines
506 B
project_name: boxcars |
|
|
|
builds: |
|
- |
|
id: boxcars |
|
# ldflags: |
|
# - -s -w -X code.rocketnine.space/tslocum/boxcars/main.Version={{.Version}} |
|
goos: |
|
- linux |
|
- windows |
|
# - darwin |
|
# - freebsd |
|
goarch: |
|
- amd64 |
|
archives: |
|
- |
|
id: boxcars |
|
builds: |
|
- boxcars |
|
replacements: |
|
386: i386 |
|
format_overrides: |
|
- goos: windows |
|
format: zip |
|
files: |
|
- ./*.md |
|
# - CHANGELOG |
|
- LICENSE |
|
checksum: |
|
name_template: 'checksums.txt'
|
|
|