Skip to content

Commit

Permalink
Merge pull request #522 from alauda/fix/missing-date
Browse files Browse the repository at this point in the history
fix: missing version date
  • Loading branch information
oilbeater committed Oct 23, 2020
2 parents 6ba58d2 + bafac87 commit a61cce8
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 a61cce8

Please sign in to comment.