From b8bbe6325fca03101049cb8ccc31a7580c7a13ac Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Fri, 21 Apr 2023 19:05:18 +0000 Subject: [PATCH] gha: build OVMF for tests and release The x86_64 package of OVMF is required for deployments that don't use kernel hashes, which includes SEV-SNP in the short term. We should keep this in the bundle in the long term in case someone wants to disable kernel hashes. Signed-off-by: Tobin Feldman-Fitzthum --- .github/workflows/build-kata-static-tarball-amd64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index c2b9617309..d582f340b1 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -26,6 +26,7 @@ jobs: - kernel-gpu-snp - kernel-gpu-tdx-experimental - nydus + - ovmf - ovmf-sev - qemu - qemu-snp-experimental