allow override of container image (#2233)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
pull/2240/head
Ashish Amarnath 2020-02-03 11:10:08 -08:00 committed by GitHub
parent 08c549a092
commit c5e8bdd7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.