Skip to content

Commit 9ce787f

Browse files
committed
try remove static
1 parent 265082b commit 9ce787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GIT_COMMIT = $(shell git rev-parse HEAD)
2929
BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
3030
IMAGE_VERSION ?= v4.9.0
3131
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"
32+
EXT_LDFLAGS = -s -w
3333
# Use a custom version for E2E tests if we are testing in CI
3434
ifdef CI
3535
ifndef PUBLISH

0 commit comments

Comments
 (0)