Skip to content

Commit fb3d606

Browse files
committed
Bump version. Remove darwin/arm release.
1 parent 41cf2f8 commit fb3d606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
NAME := github-release
6-
VERSION := v1.0.8
6+
VERSION := v1.0.9
77

88
build:
99
go build -ldflags "-X main.Version=$(VERSION)"
1010

1111
compile:
1212
@rm -rf build/
1313
@gox -ldflags "-X main.Version=$(VERSION)" \
14-
-os="darwin" \
14+
-osarch="darwin/amd64" \
1515
-os="linux" \
1616
-os="windows" \
1717
-os="solaris" \

0 commit comments

Comments
 (0)