packaging: add support to build initrd for sev

We need special initrd for SEV. The work on SEV initrd is based on
Ubuntu. Thus, adding another entry in versions.yaml
This binary will have '-sev' suffix to distinguish it from the generic
binary.

Fixes: #6572

Signed-Off-By: Unmesh Deodhar <udeodhar@amd.com>
This commit is contained in:
Unmesh Deodhar
2023-04-17 23:19:25 +00:00
parent b0e6a094be
commit b87820ee8c
4 changed files with 30 additions and 37 deletions

View File

@@ -156,6 +156,9 @@ assets:
x86_64:
name: *default-initrd-name
version: *default-initrd-version
sev:
name: *glibc-initrd-name
version: *glibc-initrd-version
kernel:
description: "Linux kernel optimised for virtual machines"