diff options
author | Tim Smith <tsmith@chef.io> | 2021-09-22 09:50:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-09-22 09:50:36 -0700 |
commit | 73026c489ad14949854c574c0426ae8e2727a560 (patch) | |
tree | 9dde8414ba59c47c15eba5bb7713568442a9de90 /.expeditor | |
parent | 93e807cf42e19f66f35030c99803f60833da20f9 (diff) | |
download | chef-73026c489ad14949854c574c0426ae8e2727a560.tar.gz |
Add Windows 11, Windows 2022, and Debian 11 builds
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index c6759393a1..13a72f986c 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -15,15 +15,15 @@ builder-to-testers-map: debian-9-x86_64: - debian-9-x86_64 - debian-10-x86_64 + - debian-11-x86_64 debian-10-aarch64: - debian-10-aarch64 + - debian-11-aarch64 el-6-x86_64: - el-6-x86_64 el-7-aarch64: - el-7-aarch64 - amazon-2-aarch64 - el-8-aarch64: - - el-8-aarch64 el-7-ppc64: - el-7-ppc64 el-7-ppc64le: @@ -34,12 +34,13 @@ builder-to-testers-map: el-7-x86_64: - el-7-x86_64 - amazon-2-x86_64 + el-8-aarch64: + - el-8-aarch64 el-8-x86_64: - el-8-x86_64 freebsd-11-amd64: - freebsd-11-amd64 - freebsd-12-amd64 -# - freebsd-13-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 @@ -73,5 +74,7 @@ builder-to-testers-map: - windows-2012r2-x86_64 - windows-2016-x86_64 - windows-2019-x86_64 + - windows-2022-x86_64 - windows-8-x86_64 - windows-10-x86_64 + - windows-11-x86_64 |