summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bldr.toml8
-rw-r--r--habitat-packages/.bldr.toml4
2 files changed, 8 insertions, 4 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!
+]
diff --git a/habitat-packages/.bldr.toml b/habitat-packages/.bldr.toml
deleted file mode 100644
index a58453e9a6..0000000000
--- a/habitat-packages/.bldr.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-[chef-client]
-plan_path = "chef-client/*"
-[scaffolding-chef]
-plan_path = "scaffolding-chef/*"