1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-14 19:29:42 +08:00
gotop/.goreleaser.yml

22 lines
360 B
YAML
Raw Normal View History

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