diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-07 16:14:49 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-08 10:27:56 -0700 |
commit | 62b8a24461b71e9f1ae01278993ce6b584726a60 (patch) | |
tree | 6ae083857bb4e83185b5294e75fe9975e6c7edd3 /.expeditor | |
parent | c1a9191359b3deb3dbe1084f4bdbe88f4175ebe0 (diff) | |
download | chef-62b8a24461b71e9f1ae01278993ce6b584726a60.tar.gz |
Produce FIPS builds on Ubuntu as well
Ubuntu Pro has FIPS modules. We should enable FIPS builds here since
we're already held to legacy OpenSSL on Linux as is.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 2301ac0850..4bff4b25c5 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -5,6 +5,7 @@ test-path: omnibus/omnibus-test.sh test-path-windows: omnibus/omnibus-test.ps1 fips-platforms: - el-*-x86_64 + - ubuntu-*-x86_64 - windows-* builder-to-testers-map: aix-7.1-powerpc: |