From f1ab7931e628722b00ea71cc8b52750ed8415c36 Mon Sep 17 00:00:00 2001 From: Tom Duffield Date: Mon, 1 Apr 2019 15:08:14 -0500 Subject: Move to using the v2 Habitat Build functionality Signed-off-by: Tom Duffield --- .bldr.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bldr.toml (limited to '.bldr.toml') diff --git a/.bldr.toml b/.bldr.toml new file mode 100644 index 0000000000..f819d2b445 --- /dev/null +++ b/.bldr.toml @@ -0,0 +1,5 @@ +[chef-client] +build_targets = [ + "x86_64-linux", + "x86_64-linux-kernel2" +] -- cgit v1.2.1