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

Fix IMAGE_EXTRA for rpm images

parent 298625bf
No related branches found
No related tags found
No related merge requests found
Pipeline #2511 passed
......@@ -17,7 +17,7 @@ endif
IMAGE := $(IMAGE_PREFIX)$(VERSION):$(VARIANT)
ifeq ($(VARIANT),x86_64)
IMAGE_EXTRA := $(IMAGE_PREFIX)$(DIST):latest
IMAGE_EXTRA := $(IMAGE_PREFIX)$(VERSION):latest
else
IMAGE_EXTRA :=
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