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

Fix IMAGE_EXTRA for rpm images

parent 19252dd6
No related branches found
No related tags found
No related merge requests found
Pipeline #2684 passed
......@@ -15,7 +15,7 @@ VERSION := $(shell basename `pwd`)
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