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 c8b60b1 commit 7bc7571Copy full SHA for 7bc7571
Makefile
@@ -43,7 +43,7 @@ ifndef BUILD_DATE
43
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
44
endif
45
LDFLAGS = -X ${PKG}/pkg/smb.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/smb.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/smb.buildDate=${BUILD_DATE}
46
-EXT_LDFLAGS = -s -w -extldflags "-static"
+EXT_LDFLAGS = -s -w
47
E2E_HELM_OPTIONS ?= --set image.smb.repository=$(REGISTRY)/$(IMAGENAME) --set image.smb.tag=$(IMAGE_VERSION)
48
E2E_HELM_OPTIONS += ${EXTRA_HELM_OPTIONS}
49
# Generate all combination of all OS, ARCH, and OSVERSIONS for iteration
0 commit comments