From ac587aff4fa3c8a54bdfa05eec84f67c659bacbe Mon Sep 17 00:00:00 2001 From: Yvo Date: Fri, 5 Sep 2014 13:07:50 -0700 Subject: [PATCH] Add EL7 support to x86_64 build Based on @smith's feedback. In order for el7 to be on the frontend, a change needs to be made in this file. According to Redhat, there will be no 32 bit build so only making the change to the x86_64 portion of the json file. --- jenkins/chef.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins/chef.json b/jenkins/chef.json index 26ab1cb4b..9916f75f2 100644 --- a/jenkins/chef.json +++ b/jenkins/chef.json @@ -29,6 +29,11 @@ "6", "x86_64" ], + [ + "el", + "7", + "x86_64" + ], [ "suse", "12.1",