xmtop/.goreleaser.yml
2018-04-13 11:23:03 -07:00

28 lines
460 B
YAML

# Build Steps
# 1. Make sure everything builds and runs
# 2. update version number in 'main.go' and 'download.sh'
# 3. commit changes
# 4. tag commit
# 5. export token
# 6. run goreleaser
# 7. delete 'dist' folder
# 8. push changes to GitHub
# 9. update AUR package
builds:
- binary: gotop
goos:
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
archive:
format: tgz