Skip to content

Commit

Permalink
Try to enable UEFI
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Feb 26, 2025
1 parent b7e065d commit 717be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/upload-image-to-gce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ createGceImage() {
echo "Creating image '$name' from snapshot."
gcloud compute images create "$name" \
--source-snapshot "$name" \
--source-disk-zone "$GCE_MAIN_LOCATION" \
--storage-location="$GCE_MAIN_LOCATION" \
--family "kairos" \
--licenses "https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx" \
--guest-os-features=UEFI_COMPATIBLE,VIRTIO_SCSI_MULTIQUEUE \
--quiet
fi

Expand Down

0 comments on commit 717be66

Please sign in to comment.