allow override of container image (#2233)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-02-03 11:10:08 -08:00
committed by GitHub
parent 08c549a092
commit c5e8bdd7c8

View File

@@ -68,7 +68,7 @@ local-arch:
endif
MULTIARCH_IMAGE = $(REGISTRY)/$(BIN)
IMAGE = $(REGISTRY)/$(BIN)-$(GOARCH)
IMAGE ?= $(REGISTRY)/$(BIN)-$(GOARCH)
# If you want to build all binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-containers' rule.