Skip to content
Snippets Groups Projects
Commit 210400dd authored by Markus Frosch's avatar Markus Frosch
Browse files

Fix IMAGE_EXTRA for rpm images

parent e52f806f
No related branches found
No related tags found
No related merge requests found
Pipeline #3183 passed
...@@ -17,7 +17,7 @@ endif ...@@ -17,7 +17,7 @@ endif
IMAGE := $(IMAGE_PREFIX)$(VERSION):$(VARIANT) IMAGE := $(IMAGE_PREFIX)$(VERSION):$(VARIANT)
ifeq ($(VARIANT),x86_64) ifeq ($(VARIANT),x86_64)
IMAGE_EXTRA := $(IMAGE_PREFIX)$(DIST):latest IMAGE_EXTRA := $(IMAGE_PREFIX)$(VERSION):latest
else else
IMAGE_EXTRA := IMAGE_EXTRA :=
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment