diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-01-03 10:00:49 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-01-13 10:49:02 -0800 |
commit | 3d71ccca835dd85d7fbc92389f71a44d95e028c5 (patch) | |
tree | e6257aa72f5a9f1649f221e4c94f6e8b481e341c | |
parent | b2df5b38d387376777c7413e43f264c1396f30e4 (diff) | |
download | chef-3d71ccca835dd85d7fbc92389f71a44d95e028c5.tar.gz |
Do not build Chef Infra Client on Windows 2008 R2
Windows 2008 R2 is no longer a supported a supported platform by
Microsoft https://support.microsoft.com/en-us/help/4456235/end-of-support-for-windows-server-2008-and-windows-server-2008-r2
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/release.omnibus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 700ecb108c..e6dac49ef6 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -52,7 +52,6 @@ builder-to-testers-map: windows-2012r2-i386: - windows-2012r2-i386 windows-2012r2-x86_64: - - windows-2008r2-x86_64 - windows-2012-x86_64 - windows-2012r2-x86_64 - windows-2016-x86_64 |