diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:07:29 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:07:29 -0400 |
commit | bcd156d3eedebb292ebfc3618e654764d52ba9ce (patch) | |
tree | 0c716b6f95f0ae5688a920bf15ddad7eb746a9cf /.expeditor | |
parent | 18a9f982a7f241651f012de7ec223867455e525e (diff) | |
download | chef-bcd156d3eedebb292ebfc3618e654764d52ba9ce.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 edd03f7bf0..5166e4937a 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: @@ -28,9 +28,9 @@ builder-to-testers-map: - el-7-s390x el-7-x86_64: - el-7-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 @@ -44,10 +44,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-14.04-i386: - ubuntu-14.04-i386 ubuntu-14.04-ppc64le: |