diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:03:33 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:03:33 -0400 |
commit | 56f1e78da9837533018bbccd8061f67b4811e7bd (patch) | |
tree | 9fbd56ae9c262f749c9172b8e213301015780bae /.expeditor | |
parent | 4646d72741695b30fc1d569434af32dca9d0b7bf (diff) | |
download | chef-56f1e78da9837533018bbccd8061f67b4811e7bd.tar.gz |
Fix platform names in release.omnibus.yml
Fix platform names in release.omnibus.yml to conform with what
the new package publishing code in the omnibus gem expects.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index c341d2ccc2..fba2415f1b 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -12,8 +12,8 @@ builder-to-testers-map: debian-8-x86_64: - debian-8-x86_64 - debian-9-x86_64 - el-6-i386: - - el-6-i386 + el-6-i686: + - el-6-i686 el-6-s390x: - el-6-s390x el-6-x86_64: @@ -29,9 +29,9 @@ builder-to-testers-map: el-7-x86_64: - el-7-x86_64 - el-8-x86_64 - freebsd-10-x86_64: - - freebsd-10-x86_64 - - freebsd-11-x86_64 + freebsd-10-amd64: + - freebsd-10-amd64 + - freebsd-11-amd64 mac_os_x-10.12-x86_64: - mac_os_x-10.12-x86_64 - mac_os_x-10.13-x86_64 @@ -45,10 +45,10 @@ builder-to-testers-map: sles-12-x86_64: - sles-12-x86_64 - sles-15-x86_64 - solaris-11-i86pc: - - solaris-11-i86pc - solaris-11-sparc: - - solaris-11-sparc + solaris2-5.11-i386: + - solaris2-5.11-i386 + solaris2-5.11-sparc: + - solaris2-5.11-sparc ubuntu-16.04-x86_64: - ubuntu-16.04-x86_64 - ubuntu-18.04-x86_64 |