diff options
author | echohack <echohack@users.noreply.github.com> | 2019-06-20 09:57:56 -0700 |
---|---|---|
committer | echohack <echohack@users.noreply.github.com> | 2019-06-20 10:12:30 -0700 |
commit | 7fb3eb07e7d7b8bf6ae7be033e3820ee9f3ea564 (patch) | |
tree | 0ce3b963e07cc2517ac8a417fa5be0eda4c7fbaf /.bldr.toml | |
parent | b99c1c2f4530df354ea2d5bb94614c7b70baf858 (diff) | |
download | chef-7fb3eb07e7d7b8bf6ae7be033e3820ee9f3ea564.tar.gz |
add new build configuration for scaffolding-chef
Signed-off-by: echohack <echohack@users.noreply.github.com>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bldr.toml b/.bldr.toml index f819d2b445..190969c79d 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,5 +1,13 @@ [chef-client] +plan_path = "habitat-packages/chef-client" build_targets = [ "x86_64-linux", "x86_64-linux-kernel2" ] +[scaffolding-chef] +plan_path = "habitat-packages/scaffolding-chef" +build_targets = [ + "x86_64-linux", + "x86_64-linux-kernel2" + # "x86_64-windows" --- TODO: Expeditor does not currently support Windows, but will in the coming weeks. Uncomment me soon! +] |