We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38939ad commit 45eb2d6Copy full SHA for 45eb2d6
.gitignore
@@ -0,0 +1,2 @@
1
+demon/
2
+demon.zip
mkrelease.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
3
+CGO_ENABLED=0 GOOS=linux go build -o demon/linux_amd64/demon
4
+CGO_ENABLED=0 GOOS=darwin go build -o demon/darwin_amd64/demon
5
+CGO_ENABLED=0 GOOS=windows go build -o demon/windows_amd64/demon.exe
6
7
+zip -r demon.zip demon
0 commit comments