1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-12 19:29:37 +08:00
gotop/build/.goreleaser.yml

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