summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-07 10:06:44 -0700
committerTim Smith <tsmith@chef.io>2021-05-07 18:08:48 -0700
commit5697302b82c3c691cac0e59fcec9b1836b9a7367 (patch)
tree63f5fd9c17571b32295d7465bedcc7601df45508
parent7ae2881b828f9f1aee850ce1a06a1329db78c583 (diff)
downloadchef-5697302b82c3c691cac0e59fcec9b1836b9a7367.tar.gz
Build RHEL 8 packages on RHEL 8 boxes
Avoid the EL7 package name that causes issues with some security scanners Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/release.omnibus.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index 853b751148..a9d8aec620 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -21,8 +21,9 @@ builder-to-testers-map:
- el-6-x86_64
el-7-aarch64:
- el-7-aarch64
- - el-8-aarch64
- amazon-2-aarch64
+ el-8-aarch64:
+ - el-8-aarch64
el-7-ppc64:
- el-7-ppc64
el-7-ppc64le:
@@ -32,8 +33,9 @@ builder-to-testers-map:
- el-8-s390x
el-7-x86_64:
- el-7-x86_64
- - el-8-x86_64
- amazon-2-x86_64
+ el-8-x86_64:
+ - el-8-x86_64
freebsd-11-amd64:
- freebsd-11-amd64
- freebsd-12-amd64