xmtop/build/.goreleaser.yml

23 lines
384 B
YAML
Raw Normal View History

2018-04-09 18:07:36 -07:00
builds:
- binary: gotop
goos:
- linux
goarch:
- amd64
- 386
2018-04-13 11:23:03 -07:00
- arm
- arm64
goarm:
- 5
- 6
- 7
2018-04-29 12:05:29 -04:00
hooks:
2018-05-23 21:46:53 -07:00
post: ./build/build-darwin-cgo.sh
2018-04-09 18:07:36 -07:00
archive:
2018-04-13 16:14:30 -07:00
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}"
replacements:
arm64: arm8
2018-04-09 18:07:36 -07:00
format: tgz
files:
- none*