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.
2 parents 162f146 + 1b82ca2 commit 6b69a24Copy full SHA for 6b69a24
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