diff options
author | Robb Kidd <robb@thekidds.org> | 2019-10-17 13:43:01 -0400 |
---|---|---|
committer | Robb Kidd <robb@thekidds.org> | 2019-11-01 14:22:33 -0400 |
commit | a64ed377897184bb605d00234ed50a16b7ffc703 (patch) | |
tree | fc623c3bc75e4620210de302987319f1955b15b2 /.bldr.toml | |
parent | 894bc3ec198fa06f4aefa2149dae51c4cd9684f7 (diff) | |
download | chef-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>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 3 |
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" ] |