summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:32:35 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:32:35 -0700
commit943109676feb97ef09e85ee44ba79ea7ddc10e2f (patch)
tree50f468dc56584ca2ed3e489f52f70944c716cec1
parent4d945594794f6ff6e190bac647f45eaa90c655ff (diff)
Create build folder
-rw-r--r--build/.goreleaser.yml (renamed from .goreleaser.yml)12
-rw-r--r--build/Dockerfile (renamed from Dockerfile)0
-rw-r--r--build/build_steps.txt10
3 files changed, 10 insertions, 12 deletions
diff --git a/.goreleaser.yml b/build/.goreleaser.yml
index 7d223d2..0ad1eb1 100644
--- a/.goreleaser.yml
+++ b/build/.goreleaser.yml
@@ -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:
diff --git a/Dockerfile b/build/Dockerfile
index 88c6caf..88c6caf 100644
--- a/Dockerfile
+++ b/build/Dockerfile
diff --git a/build/build_steps.txt b/build/build_steps.txt
new file mode 100644
index 0000000..6bbf26e
--- /dev/null
+++ b/build/build_steps.txt
@@ -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