summaryrefslogtreecommitdiff
path: root/.bldr.toml
blob: ac74ac92153a71b166f3ada890b4fb9e294dc1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[chef-client]
plan_path = "habitat/chef-infra-client"
build_targets = [
  "x86_64-linux",
  "x86_64-linux-kernel2"
]
paths = [
  "bin",
  "chef-bin",
  "chef-config",
  "ci",
  "distro",
  "ext",
  "habitat-packages",
  "lib",
  "omnibus", # TODO: Evaluate if we really need this in the future
  "tasks",
]