We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265082b commit 9ce787fCopy full SHA for 9ce787f
Makefile
@@ -29,7 +29,7 @@ GIT_COMMIT = $(shell git rev-parse HEAD)
29
BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
30
IMAGE_VERSION ?= v4.9.0
31
LDFLAGS = -X ${PKG}/pkg/nfs.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/nfs.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/nfs.buildDate=${BUILD_DATE}
32
-EXT_LDFLAGS = -s -w -extldflags "-static"
+EXT_LDFLAGS = -s -w
33
# Use a custom version for E2E tests if we are testing in CI
34
ifdef CI
35
ifndef PUBLISH
0 commit comments