In OCMUI-1878 we provided download links for the FIPS-capable installer binary for single-arch payloads.
For some platforms it would be desirable to provide a download for a different architecture than the release payload - e.g. an x86-64 installer to install a FIPS-mode ppc64 cluster. (Note that FIPS is not supported on ARM, so no changes are needed for ARM). However, unlike the regular installer binary, there is no cross-compiled version in the payload.
This is possible if we use installers that point to the multi-arch payload, since that contains a binary for each architecture. However, those were not published on the mirror until ART-9937 and thus it was not possible to link to them in OCMUI-1878. All new releases from this point should have FIPS installers published for the multiarch payloads, so linking to them should soon be possible.
- split from
-
OCMUI-1878 Provide FIPS-capable installer download links
- Closed