summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
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"
+]