xmtop/build/.goreleaser.yml
Caleb Bassi e3e0160bae Fix building issues
* can't use goreleaser with darwin builds so we have to manual build
them ourselves
2018-05-23 22:57:01 -07:00

23 lines
384 B
YAML

builds:
- binary: gotop
goos:
- linux
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
hooks:
post: ./build/build-darwin-cgo.sh
archive:
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}"
replacements:
arm64: arm8
format: tgz
files:
- none*