Add windows to build_targets on builder

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-16 19:55:54 -07:00
parent 498cbb7e84
commit c1f6df1500

View file

@ -1,5 +1,6 @@
[inspec]
build_targets = [
"x86_64-windows",
"x86_64-linux",
"x86_64-linux-kernel2"
]