xmtop/.goreleaser.yml

22 lines
360 B
YAML
Raw Normal View History

2018-04-10 09:07:36 +08:00
# Build Steps
# 1. update version number in `main.go` and `download.sh`
# 2. commit changes
2018-04-10 10:05:39 +08:00
# 3. tag commit
# 4. run goreleaser
# 5. push changes to GitHub
# 6. update AUR package
2018-04-10 09:07:36 +08:00
builds:
- binary: gotop
goos:
- darwin
- linux
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
archive:
format: tgz