mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
versions: Move Kernel TDX to its own experimental entry
Although we've been providing users a way to build kernel with TDX support, this must be moved to its own experimental entry instead of how it currently is. The reason for that is because the patches are not yet merged into kernel, and this is still an experimental build of the project. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
3d9ce3982b
commit
20ab2c2420
@ -161,10 +161,6 @@ assets:
|
||||
description: "Linux kernel optimised for virtual machines"
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||
version: "v5.19.2"
|
||||
tdx:
|
||||
description: "Linux kernel that supports TDX"
|
||||
url: "https://github.com/kata-containers/linux/archive/refs/tags"
|
||||
tag: "5.15-plus-TDX"
|
||||
sev:
|
||||
description: "Linux kernel that supports SEV"
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||
@ -189,6 +185,11 @@ assets:
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||
version: "v5.10.25"
|
||||
|
||||
kernel-tdx-experimental:
|
||||
description: "Linux kernel that supports TDX"
|
||||
url: "https://github.com/kata-containers/linux/archive/refs/tags"
|
||||
tag: "5.15-plus-TDX"
|
||||
|
||||
externals:
|
||||
description: "Third-party projects used by the system"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user