diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-01 14:51:08 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-07-01 14:51:08 -0700 |
commit | ef44a6af8d688a17f159f2b19443647062ab90ec (patch) | |
tree | ed73efc4ef0cbb815452d00aca0b59a015bc4826 | |
parent | d5f1ff5611b0925fb440dc88db778c951406bde1 (diff) | |
download | chef-ef44a6af8d688a17f159f2b19443647062ab90ec.tar.gz |
Build RHEL 8 packages on RHEL 8
This ensures they have el8 in their name
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/release.omnibus.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 176c79ebc4..d5811bcb70 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -23,8 +23,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: @@ -34,8 +35,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 |