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

22 lines
379 B
YAML

builds:
- binary: gotop
goos:
- linux
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
archive:
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}"
replacements:
arm64: arm8
format: tgz
dockers:
- image: cjbassi/gotop
- dockerfile: build/Dockerfile