diff options
author | Scott Macfarlane <smacfarlane@chef.io> | 2018-10-04 13:03:16 -0700 |
---|---|---|
committer | Scott Macfarlane <smacfarlane@chef.io> | 2018-10-04 13:03:16 -0700 |
commit | 2cec195d857027743e6910ceb80617467f0986b2 (patch) | |
tree | 70ed5b83e323ee019b941cc72f44eca0760b8c76 /.expeditor | |
parent | 9296f435291fc361b7f566952436a18febfefc7f (diff) | |
download | chef-2cec195d857027743e6910ceb80617467f0986b2.tar.gz |
Enable x86_64-linux-kernel2 habitat builds for chef-clientsm/enable-kernel2-builds
Signed-off-by: Scott Macfarlane <smacfarlane@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 9074e29a7f..438ee3c1a6 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -19,7 +19,8 @@ docker_images: - chef habitat_packages: - - chef-client + - chef-client: + also_build_for_linux_kernel2: true github: # The file where the MAJOR.MINOR.PATCH version is kept. The version in this file |