Skip to content

Commit

Permalink
remove centos condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed May 9, 2024
1 parent 68d8045 commit 9e00a9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e00a9b

Please sign in to comment.