Skip to content

Commit

Permalink
fix: set fips in manifest according to our customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenperaltaf5 authored and mvo5 committed Nov 12, 2024
1 parent 374601d commit bd71da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bib/cmd/bootc-image-builder/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func manifestForISO(c *ManifestConfig, rng *rand.Rand) (*manifest.Manifest, erro
if c.Config != nil {
customizations = c.Config.Customizations
}

img.FIPS = customizations.GetFIPS()
img.Kickstart, err = kickstart.New(customizations)
if err != nil {
return nil, err
Expand Down

0 comments on commit bd71da0

Please sign in to comment.