We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc6c758 + aedb406 commit 5856e47Copy full SHA for 5856e47
Makefile
@@ -37,7 +37,7 @@ endif
37
all: gce-pd-driver gce-pd-driver-windows
38
gce-pd-driver: require-GCE_PD_CSI_STAGING_VERSION
39
mkdir -p bin
40
- CGO_ENABLED=0 go build -mod=vendor -gcflags=$(GCFLAGS) -ldflags "-extldflags=static -X main.version=$(STAGINGVERSION)" -o bin/${DRIVERBINARY} ./cmd/gce-pd-csi-driver/
+ CGO_ENABLED=0 go build -mod=vendor -gcflags=$(GCFLAGS) -ldflags "-X main.version=$(STAGINGVERSION)" -o bin/${DRIVERBINARY} ./cmd/gce-pd-csi-driver/
41
42
gce-pd-driver-windows: require-GCE_PD_CSI_STAGING_VERSION
43
ifeq (${GOARCH}, amd64)
0 commit comments