We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf2f8 commit fb3d606Copy full SHA for fb3d606
1 file changed
Makefile
@@ -3,15 +3,15 @@
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
NAME := github-release
6
-VERSION := v1.0.8
+VERSION := v1.0.9
7
8
build:
9
go build -ldflags "-X main.Version=$(VERSION)"
10
11
compile:
12
@rm -rf build/
13
@gox -ldflags "-X main.Version=$(VERSION)" \
14
- -os="darwin" \
+ -osarch="darwin/amd64" \
15
-os="linux" \
16
-os="windows" \
17
-os="solaris" \
0 commit comments