allow override of container image (#2233)
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>pull/2240/head
parent
08c549a092
commit
c5e8bdd7c8
2
Makefile
2
Makefile
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue