Skip to content

Commit

Permalink
adjust release file names
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 6, 2018
1 parent c7d93be commit a4a5bde
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}}_{{.OS}}_{{.Arch}}-${GIT_VERSION}" -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 a4a5bde

Please sign in to comment.