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