File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ VCS_REF ?= $(shell git rev-parse HEAD)
30
30
VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
31
31
git describe --match=$(git rev-parse --short=8 HEAD ) --always --dirty --abbrev=8)
32
32
RELEASE_VERSION ?= $(shell cat ./version/version.go | grep "Version =" | awk '{ print $$3}' | tr -d '"')
33
+ LATEST_VERSION ?= latest
33
34
34
35
LOCAL_OS := $(shell uname)
35
36
ifeq ($(LOCAL_OS ) ,Linux)
@@ -192,7 +193,7 @@ build-push-image: $(CONFIG_DOCKER_TARGET) $(CONFIG_DOCKER_TARGET_QUAY) build-ope
192
193
193
194
multiarch-image : $(CONFIG_DOCKER_TARGET ) $(CONFIG_DOCKER_TARGET_QUAY ) # # Generate multiarch images for operator image.
194
195
@MAX_PULLING_RETRY=20 RETRY_INTERVAL=30 common/scripts/multiarch_image.sh $(ARTIFACTORYA_REGISTRY ) $(OPERATOR_IMAGE_NAME ) $(VERSION ) $(RELEASE_VERSION )
195
- @MAX_PULLING_RETRY=20 RETRY_INTERVAL=30 common/scripts/multiarch_image.sh $(QUAY_REGISTRY ) $(OPERATOR_IMAGE_NAME ) $(VERSION ) $(RELEASE_VERSION )
196
+ @MAX_PULLING_RETRY=20 RETRY_INTERVAL=30 common/scripts/multiarch_image.sh $(QUAY_REGISTRY ) $(OPERATOR_IMAGE_NAME ) $(VERSION ) $(LATEST_VERSION )
196
197
197
198
# #@ Help
198
199
help : # # Display this help
You can’t perform that action at this time.
0 commit comments