summaryrefslogtreecommitdiff
path: root/.bldr.toml
blob: 190969c79d8a84b8ab261219d2cf19173a59d0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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!
]