File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : Nightly EDK2 OVMF Build
22
3- on :
4- schedule :
5- - cron : ' 0 0 * * *'
3+ on : [ push ]
4+ # schedule:
5+ # - cron: '0 0 * * *'
66
77jobs :
88 nightly :
@@ -48,11 +48,14 @@ jobs:
4848 make -C edk2/BaseTools
4949
5050 build -b RELEASE -t GCC5 -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc
51- build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
5251 build -b RELEASE -t GCC5 -a LOONGARCH64 -p OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
5352 build -b RELEASE -t GCC5 -a RISCV64 -p OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
5453 build -b RELEASE -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB
5554
55+ # IA32 support was removed after this commit
56+ git checkout 20f24c0f67b3364cd590e1eea470f74be40e7710
57+ build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
58+
5659 mkdir -p output
5760
5861 cp Build/ArmVirtQemu-AARCH64/RELEASE_GCC5/FV/QEMU_EFI.fd output/ovmf-code-aarch64.fd
You can’t perform that action at this time.
0 commit comments