Unofficial EDK2 nightly build
This repository provides unofficial tianocore/edk2 nightly build. It currently builds OVMF for x64, IA-32, RISC-V 64-bit and LoongArch64, ArmVirtPkg for AArch64 and ARM, and UEFI Shell for x64, IA-32, AArch64, ARM, RISC-V 64-bit, and LoongArch64 both Debug and Release.
| GCC5 | DEBUG | RELEASE |
|---|---|---|
| X64 | DEBUGX64_Shell.efi | RELEASEX64_Shell.efi |
| IA32 | DEBUGIA32_Shell.efi | RELEASEIA32_Shell.efi |
| AARCH64 | DEBUGAARCH64_Shell.efi | RELEASEAARCH64_Shell.efi |
| ARM | DEBUGARM_Shell.efi | RELEASEARM_Shell.efi |
| RISCV64 | DEBUGRISCV64_Shell.efi | RELEASERISCV64_Shell.efi |
| LOONGARCH64 | DEBUGLOONGARCH64_Shell.efi | RELEASELOONGARCH64_Shell.efi |
The build system is constructed on the top of CircleCI using Dockerfile The nightly build is scuduled at 00:00 UTC every day. Please see .circleci/config.yml for more details.