Skip to content

Commit

Permalink
fix: missing version date
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Oct 23, 2020
1 parent dd91c48 commit bafac87
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 @@ -5,7 +5,7 @@ REGISTRY=kubeovn
DEV_TAG=dev
RELEASE_TAG=$(shell cat VERSION)
COMMIT=git-$(shell git rev-parse HEAD)
DATA=$(shell date)
DATE=$(shell date +"%Y-%m-%d_%H:%M:%S")
GOLDFLAGS="-w -s -X github.com/alauda/kube-ovn/versions.COMMIT=${COMMIT} -X github.com/alauda/kube-ovn/versions.VERSION=${RELEASE_TAG} -X github.com/alauda/kube-ovn/versions.BUILDDATE=${DATE}"

# ARCH could be amd64,arm64
Expand Down

0 comments on commit bafac87

Please sign in to comment.