AUTH-2872: Adds centos-6 build

This commit is contained in:
Michael Borkenstein
2020-07-09 10:57:19 -05:00
parent 28d556b8d4
commit a42b66e8bd
2 changed files with 44 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ endif
ifeq ($(FLAVOR), centos-7)
TARGET_PUBLIC_REPO ?= el7
else ifeq ($(FLAVOR), centos-6)
TARGET_PUBLIC_REPO ?= el6
else
TARGET_PUBLIC_REPO ?= $(FLAVOR)
endif