summaryrefslogtreecommitdiff
path: root/.bldr.toml
blob: 4b7f95a4ab10c41913b7ae16a5c29db1d180ddbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[chef-infra-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",
]