summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobb Kidd <robb@thekidds.org>2019-10-17 13:43:01 -0400
committerRobb Kidd <robb@thekidds.org>2019-11-01 14:22:33 -0400
commita64ed377897184bb605d00234ed50a16b7ffc703 (patch)
treefc623c3bc75e4620210de302987319f1955b15b2
parent894bc3ec198fa06f4aefa2149dae51c4cd9684f7 (diff)
downloadchef-a64ed377897184bb605d00234ed50a16b7ffc703.tar.gz
add Windows to the target build platforms
Expeditor uses this to know for which platforms to crank out packages. https://expeditor.chef.io/docs/patterns/habitat-packages/#bldr-toml Signed-off-by: Robb Kidd <robb@thekidds.org>
-rw-r--r--.bldr.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bldr.toml b/.bldr.toml
index 421037f685..438c546484 100644
--- a/.bldr.toml
+++ b/.bldr.toml
@@ -1,5 +1,6 @@
[chef-infra-client]
build_targets = [
"x86_64-linux",
- "x86_64-linux-kernel2"
+ "x86_64-linux-kernel2",
+ "x86_64-windows"
]