From 94e5d41fbf5e14424ef3eee080a9c9d3bae7a6b9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 7 Apr 2021 16:14:49 -0700 Subject: 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 --- .expeditor/release.omnibus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 7a16533b9c..3f0c1fe335 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: -- cgit v1.2.1