diff options
author | Tim Smith <tsmith@chef.io> | 2021-04-21 18:46:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 18:46:59 -0700 |
commit | cd76acb10be66221c034c4a3ae11b641b3534396 (patch) | |
tree | c277ce53b936e47fadfaf1aaac03a0eee5d65d32 | |
parent | 4a4839ff6a559d974fa142931e43045ec86777bf (diff) | |
parent | bb60d042f6c51a3ff29ee69e804b460561550384 (diff) | |
download | chef-cd76acb10be66221c034c4a3ae11b641b3534396.tar.gz |
Merge pull request #11424 from chef/freebsd13
Produce packages for FreeBSD 13
-rw-r--r-- | .expeditor/release.omnibus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 3b91a22ce5..4062bc07d8 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -37,6 +37,7 @@ builder-to-testers-map: 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 |