mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
allow override of container image (#2233)
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user