diff --git a/make/Makefile b/make/Makefile index 133b05db3..934e30cf1 100644 --- a/make/Makefile +++ b/make/Makefile @@ -28,7 +28,7 @@ GOBUILDPROCS ?= # Set this as an environment variable to enable signing commands using cmrel # Format should be: # projects//locations//keyRings//cryptoKeys//cryptoKeyVersions/ -CMREL_KEY ?= "" +CMREL_KEY ?= HOST_OS = $(shell $(GO) env GOOS) HOST_ARCH = $(shell $(GO) env GOARCH)