Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 6, 2018
1 parent a4a5bde commit 7cea35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUILD_DATE := $(shell date +"%m-%d-%Y_%T")

LD_FLAGS = -X main.GitCommit=$(GIT_COMMIT) -X main.GitVersion=$(GIT_VERSION) -X main.BuildDate="$(BUILD_DATE)"

GOX_ARGS = -output="$(BUILD_DIR)/{{.Dir}}-${GIT_VERSION}-{{.OS}}-{{.Arch}}-" -osarch="linux/amd64 linux/arm linux/arm64 darwin/amd64 freebsd/amd64"
GOX_ARGS = -output="$(BUILD_DIR)/{{.Dir}}-${GIT_VERSION}-{{.OS}}-{{.Arch}}" -osarch="linux/amd64 linux/arm linux/arm64 darwin/amd64 freebsd/amd64"

BUILD_DIR = build
BINARY_NAME = ticker
Expand Down

0 comments on commit 7cea35e

Please sign in to comment.