1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove centos condition

This commit is contained in:
Jason N. 2024-05-09 12:03:18 -04:00
parent 68d80452e6
commit 9e00a9bfa8

View file

@ -36,9 +36,6 @@ _VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
export _RHEL := true
_LORAX_TEMPLATES += $(call get_templates,rhel)
else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo)
export _RHEL := true
_LORAX_TEMPLATES += $(call get_templates,rhel)
else
undefine _RHEL
endif