mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
image: add SEV_SNP_CAPABLE os feature
This is only temporary. We actually want to add a separate variant for sev-snp. This commit is only to have some images with the correct flags for testing.
This commit is contained in:
parent
81f79d943a
commit
f33f3823ea
@ -146,6 +146,7 @@ func (u *Uploader) createImage(ctx context.Context, version versionsapi.Version,
|
||||
GuestOsFeatures: []*computepb.GuestOsFeature{
|
||||
{Type: toPtr("GVNIC")},
|
||||
{Type: toPtr("SEV_CAPABLE")},
|
||||
{Type: toPtr("SEV_SNP_CAPABLE")},
|
||||
{Type: toPtr("VIRTIO_SCSI_MULTIQUEUE")},
|
||||
{Type: toPtr("UEFI_COMPATIBLE")},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user