chore: update master branch build version
This commit is contained in:
parent
1ec4d50bcc
commit
42c9088184
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ include release-tools/build.make
|
||||
|
||||
GIT_COMMIT = $(shell git rev-parse HEAD)
|
||||
BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
IMAGE_VERSION ?= v4.6.0
|
||||
IMAGE_VERSION ?= v4.7.0
|
||||
LDFLAGS = -X ${PKG}/pkg/nfs.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/nfs.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/nfs.buildDate=${BUILD_DATE}
|
||||
EXT_LDFLAGS = -s -w -extldflags "-static"
|
||||
# Use a custom version for E2E tests if we are testing in CI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user