summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
diff options
context:
space:
mode:
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
new file mode 100644
index 0000000..5984d05
--- /dev/null
+++ b/.goreleaser.yml
@@ -0,0 +1,20 @@
+# Build Steps
+# 1. update version number in `main.go` and `download.sh`
+# 2. commit changes
+# 3.
+# 4. push changes to GitHub
+# 5. update AUR package
+
+builds:
+ - binary: gotop
+ goos:
+ - darwin
+ - linux
+ goarch:
+ - amd64
+ - 386
+ ignore:
+ - goos: darwin
+ goarch: 386
+archive:
+ format: tgz