gmenu/goreleaser.yml

43 lines
778 B
YAML
Raw Normal View History

project_name: gmenu
2019-06-26 16:00:25 +00:00
builds:
2021-04-15 02:36:54 +00:00
- id: gmenu
2019-07-27 18:09:28 +00:00
binary: gmenu
main: ./cmd/gmenu
env:
- CGO_ENABLED=0
ldflags:
2021-04-15 02:36:54 +00:00
- -s -w -X code.rocketnine.space/tslocum/gmenu/pkg/gmenu.Version={{.Version}}
goos:
2019-08-01 04:53:53 +00:00
- darwin
- freebsd
- linux
goarch:
- 386
- amd64
2021-04-15 02:36:54 +00:00
- id: gtkmenu
2019-07-27 18:09:28 +00:00
binary: gtkmenu
main: ./cmd/gtkmenu
2019-06-26 16:00:25 +00:00
ldflags:
2021-04-15 02:36:54 +00:00
- -s -w -X code.rocketnine.space/tslocum/gmenu/pkg/gmenu.Version={{.Version}}
2019-06-26 16:00:25 +00:00
goos:
- linux
goarch:
- amd64
2020-07-21 04:20:49 +00:00
archives:
2021-04-15 02:36:54 +00:00
- id: gmenu
2020-07-21 04:20:49 +00:00
builds:
- gmenu
- gtkmenu
replacements:
386: i386
format_overrides:
- goos: windows
format: zip
files:
- ./*.md
- CHANGELOG
- LICENSE
2019-06-26 16:00:25 +00:00
checksum:
name_template: 'checksums.txt'