Skip to content

Commit

Permalink
Makes sure to tag release accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jan 9, 2015
1 parent 4bbdff4 commit 2a35d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
NAME := osx-builder
VERSION := v1.0.0
PLATFORM := $(shell go env | grep GOHOSTOS | cut -d '"' -f 2)
ARCH := $(shell go env | grep GOARCH | cut -d '"' -f 2)
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
VERSION := v1.0.0
VERSION := v1.0.0-nocgo

build:
go build -ldflags "-X main.Version $(VERSION)" -o build/$(NAME)
Expand Down

0 comments on commit 2a35d9d

Please sign in to comment.