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 7a126c2 commit 1b82ca2Copy full SHA for 1b82ca2
Makefile
@@ -45,7 +45,7 @@ ifeq (${GOARCH}, amd64)
45
mkdir -p bin
46
GOOS=windows go build -mod=vendor -ldflags -X=main.version=$(STAGINGVERSION) -o bin/${DRIVERWINDOWSBINARY} ./cmd/gce-pd-csi-driver/
47
else
48
- $(warning gcp-pd-driver-windows only supports amd64.)
+ $(warning gcp-pd-driver-windows only supports amd64.)
49
endif
50
51
build-container: require-GCE_PD_CSI_STAGING_IMAGE require-GCE_PD_CSI_STAGING_VERSION init-buildx
0 commit comments