xmtop/build/.goreleaser.yml

23 lines
384 B
YAML
Raw Normal View History

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