xmtop/build/.goreleaser.yml

21 lines
333 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-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*