CC: kata-deploy add x86 ovmf build for SNP

SNP needs two builds of ovmf: the AmdSev build and the normal x86_64 build.

Adds target for vanilla ovmf build for snp

Adding another make target / kata-deploy function, and fixing the ovmf builder so these builds dont overlap.

Fixes: #5849

Signed-off-by: Alex Carter <Alex.Carter@ibm.com>
This commit is contained in:
Alex Carter
2022-12-01 16:05:25 +00:00
parent b1afabdef0
commit 594aa178b3
4 changed files with 17 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- cc-virtiofsd
- cc-sev-kernel
- cc-sev-ovmf
- cc-x86_64-ovmf
- cc-sev-rootfs-initrd
- cc-tdx-kernel
- cc-tdx-rootfs-image