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