mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-24 08:44:21 +01:00
packaging: Build TDX specific guest image
The specific TDX image relies on having EAA KBC, instead of using the default `offline_fs_kbc`. This image is, with this commit, built and distributed, but not yet used by TDX specific configurations, which will be done in a follow-up commit. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
1
.github/workflows/cc-payload-after-push.yaml
vendored
1
.github/workflows/cc-payload-after-push.yaml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
- cc-sev-ovmf
|
||||
- cc-sev-rootfs-initrd
|
||||
- cc-tdx-kernel
|
||||
- cc-tdx-rootfs-image
|
||||
- cc-tdx-qemu
|
||||
- cc-tdx-td-shim
|
||||
- cc-tdx-tdvf
|
||||
|
||||
1
.github/workflows/cc-payload.yaml
vendored
1
.github/workflows/cc-payload.yaml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
- cc-sev-ovmf
|
||||
- cc-sev-rootfs-initrd
|
||||
- cc-tdx-kernel
|
||||
- cc-tdx-rootfs-image
|
||||
- cc-tdx-qemu
|
||||
- cc-tdx-td-shim
|
||||
- cc-tdx-tdvf
|
||||
|
||||
Reference in New Issue
Block a user