mirror of https://github.com/cjbassi/gotop.git
Create build folder
This commit is contained in:
parent
4d94559479
commit
943109676f
|
@ -1,15 +1,3 @@
|
|||
# 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:
|
|
@ -0,0 +1,10 @@
|
|||
make sure gotop builds and runs
|
||||
update version number in 'main.go' and 'download.sh'
|
||||
commit changes
|
||||
tag commit
|
||||
export token
|
||||
`sudo dockerd`
|
||||
`goreleaser`
|
||||
`rm -r dist`
|
||||
`git push`
|
||||
update AUR package
|
Loading…
Reference in New Issue