inspec/.bldr.toml
Miah Johnson c1f6df1500 Add windows to build_targets on builder
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 19:55:54 -07:00

6 lines
92 B
TOML

[inspec]
build_targets = [
"x86_64-windows",
"x86_64-linux",
"x86_64-linux-kernel2"
]