diff options
author | mwrock <matt@mattwrock.com> | 2020-08-21 14:35:19 -0700 |
---|---|---|
committer | mwrock <matt@mattwrock.com> | 2020-08-21 14:35:19 -0700 |
commit | 58d0f5312434a702956d453a1e80bf2fdd6455f4 (patch) | |
tree | b5ae5ae40121cc7f5b5751be2d4735b91db39dbc /.expeditor | |
parent | 529a36c63ca8fdc1d58b02b4faa86a4e89e5b738 (diff) | |
download | chef-58d0f5312434a702956d453a1e80bf2fdd6455f4.tar.gz |
fix chocolatey and x86 windows omnibus builds
Signed-off-by: mwrock <matt@mattwrock.com>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index e261b0c48a..a429ee4703 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -54,8 +54,8 @@ builder-to-testers-map: - ubuntu-16.04-x86_64 - ubuntu-18.04-x86_64 - ubuntu-20.04-x86_64 -# windows-2012r2-i386: -# - windows-2012r2-i386 + windows-2012r2-i386: + - windows-2012r2-i386 windows-2012r2-x86_64: - windows-2012-x86_64 - windows-2012r2-x86_64 |