summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2019-04-01 15:08:14 -0500
committerTom Duffield <tom@chef.io>2019-04-01 15:10:12 -0500
commitf1ab7931e628722b00ea71cc8b52750ed8415c36 (patch)
treeea74faae2bc28d4f82b0e4d2cd77946b141ca9ef /.bldr.toml
parent0b2eeeab6bc5b2ecce586f37d431ba77dbb4b526 (diff)
downloadchef-f1ab7931e628722b00ea71cc8b52750ed8415c36.tar.gz
Move to using the v2 Habitat Build functionalitytduffield/hab-v2
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.bldr.toml')
-rw-r--r--.bldr.toml5
1 files changed, 5 insertions, 0 deletions
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"
+]