diff options
author | Collin McNeese <cmcneese@chef.io> | 2021-05-17 12:59:11 -0500 |
---|---|---|
committer | Collin McNeese <cmcneese@chef.io> | 2021-05-17 12:59:11 -0500 |
commit | d23488d17e75c29c45b40451443d28ad86d2c5fa (patch) | |
tree | 18ef1cd6260cc9418899776d63d9bb556beaf692 /.bldr.toml | |
parent | 6575ca00f73d3f272256a5494d3f92f6c7b9ed43 (diff) | |
download | chef-d23488d17e75c29c45b40451443d28ad86d2c5fa.tar.gz |
re-enables kernel2 habitat pkg builds
Signed-off-by: Collin McNeese <cmcneese@chef.io>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bldr.toml b/.bldr.toml index 7c45d57d80..438c546484 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,5 +1,6 @@ [chef-infra-client] build_targets = [ "x86_64-linux", + "x86_64-linux-kernel2", "x86_64-windows" ] |