nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

GCP images: automatically enable UEFI on ARM images #1354

Closed francescolavra closed 2 years ago

francescolavra commented 2 years ago

GCP t2a instances boot with UEFI and thus require an UEFI bootloader in their images. This commit enables automatically UEFI when an image is being created for a GPC t2a instance.

The XCode version used in the CircleCI Mac build is being updated to the latest supported version 14.0.0, since the previously used version 12.2.0 is no longer supported by CircleCI.