mirror of
https://code.rocketnine.space/tslocum/gmitohtml.git
synced 2024-11-14 18:36:44 +01:00
28 lines
389 B
YAML
28 lines
389 B
YAML
|
project_name: gmitohtml
|
||
|
|
||
|
builds:
|
||
|
-
|
||
|
id: gmitohtml
|
||
|
ldflags:
|
||
|
- -s -w
|
||
|
goos:
|
||
|
- linux
|
||
|
- windows
|
||
|
goarch:
|
||
|
- 386
|
||
|
- amd64
|
||
|
archives:
|
||
|
-
|
||
|
id: gmitohtml
|
||
|
builds:
|
||
|
- gmitohtml
|
||
|
format_overrides:
|
||
|
- goos: windows
|
||
|
format: zip
|
||
|
files:
|
||
|
- ./*.md
|
||
|
- CHANGELOG
|
||
|
- LICENSE
|
||
|
checksum:
|
||
|
name_template: 'checksums.txt'
|