diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-02-12 16:42:20 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-12 16:42:20 -0800 |
commit | 57440613d302767c26f3ac2d0dc481358d567a54 (patch) | |
tree | bdfde88bacb5e86f8561c676e46f833d292dc336 /.bldr.toml | |
parent | 01531f0d868af7cd5377f9c88429bcb427273b11 (diff) | |
download | chef-57440613d302767c26f3ac2d0dc481358d567a54.tar.gz |
Stop producing Habitat kernel2 packageshab_rhel6
RHEL 6 is EOL. Stop shipping these packages
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bldr.toml b/.bldr.toml index 438c546484..7c45d57d80 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,6 +1,5 @@ [chef-infra-client] build_targets = [ "x86_64-linux", - "x86_64-linux-kernel2", "x86_64-windows" ] |