Skip to content

Commit

Permalink
Add IDPF to RHEL 9 workflows in image_build (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
elicriffield committed May 3, 2024
1 parent 66d727a commit 606c3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"Description": "Red Hat, Red Hat Enterprise Linux, 9, x86_64 built on ${build_date}",
"Family": "rhel-9",
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2"],
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "IDPF"],
"Project": "${publish_project}",
"NoCleanup": true,
"ExactName": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Project": "${publish_project}",
"NoCleanup": true,
"ExactName": true,
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "GVNIC"]
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "SEV_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "GVNIC", "IDPF"]
}
]
}
Expand Down

0 comments on commit 606c3d8

Please sign in to comment.