diff options
author | Tim Smith <tsmith@chef.io> | 2020-08-24 15:22:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 15:22:31 -0700 |
commit | 6bf05f716b3af87444c4669becf8ef99fe219930 (patch) | |
tree | c645421b3b46304b8294d7157617493194fc86ec | |
parent | 5437881e5f7750dc5fe889143ec5d02f84f4a9ef (diff) | |
parent | 37a617250ab2ca9b22157f35fbe9c2f61c1cc1b5 (diff) | |
download | chef-6bf05f716b3af87444c4669becf8ef99fe219930.tar.gz |
Merge pull request #10338 from chef/btm/s390x
WIP: Start building S390x packages again
-rw-r--r-- | .expeditor/release.omnibus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index a429ee4703..9b455c3919 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -27,6 +27,8 @@ builder-to-testers-map: - el-7-ppc64 el-7-ppc64le: - el-7-ppc64le + el-7-s390x: + - el-7-s390x el-7-x86_64: - el-7-x86_64 - el-8-x86_64 @@ -38,6 +40,8 @@ builder-to-testers-map: - mac_os_x-10.13-x86_64 - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 + sles-12-s390x: + - sles-12-s390x sles-12-x86_64: - sles-12-x86_64 - sles-15-x86_64 |