1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-12 19:29:37 +08:00
gotop/.goreleaser.yml
2018-05-10 21:22:04 -07:00

33 lines
617 B
YAML

# Build Steps:
# 1. make sure gotop builds and runs
# 2. update version number in 'main.go' and 'download.sh'
# 3. commit changes
# 4. tag commit
# 5. export token
# 6. `sudo dockerd`
# 7. `goreleaser`
# 8. `rm -r dist`
# 9. `git push`
# 10. update AUR package
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