diff options
author | Tim Smith <tsmith@chef.io> | 2021-09-24 07:24:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 07:24:47 -0700 |
commit | 010c030fe5b76dd229080d41f2921368e13e9f8e (patch) | |
tree | 6ffc4638f2c80283477f4b45f588d0d70eb81b1d | |
parent | 1481b88f1efccecdedd9a43cfacc012706149eaf (diff) | |
parent | a0e08b3623ec0b29bf0664d7647338dd1e3ba8fb (diff) | |
download | chef-010c030fe5b76dd229080d41f2921368e13e9f8e.tar.gz |
Merge pull request #12086 from chef/1604
Add Ubuntu 16.04 back to the builds
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 4f52169fe5..4dc8b1207a 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -63,7 +63,8 @@ builder-to-testers-map: ubuntu-18.04-aarch64: - ubuntu-18.04-aarch64 - ubuntu-20.04-aarch64 - ubuntu-18.04-x86_64: + ubuntu-16.04-x86_64: + - ubuntu-16.04-x86_64 - ubuntu-18.04-x86_64 - ubuntu-20.04-x86_64 windows-2012r2-i386: |