gha: Add rootfs-initrd-mariner build target

This adds the Mariner guest image build target to the list of assets
as preparation for #6839.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2023-06-02 13:45:33 -07:00
parent f28a62164a
commit 9f7a45996c
2 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
- rootfs-image
- rootfs-image-tdx
- rootfs-initrd
- rootfs-initrd-mariner
- rootfs-initrd-sev
- shim-v2
- tdvf

View File

@ -43,6 +43,7 @@ serial-targets:
${MAKE} -f $(MK_PATH) -j 1 V= \
rootfs-image-tarball \
rootfs-image-tdx-tarball \
rootfs-initrd-mariner-tarball \
rootfs-initrd-sev-tarball \
rootfs-initrd-tarball \
cloud-hypervisor-tarball \
@ -108,6 +109,9 @@ rootfs-image-tarball:
rootfs-image-tdx-tarball: kernel-tdx-experimental-tarball
${MAKE} $@-build
rootfs-initrd-mariner-tarball:
exit 0
rootfs-initrd-sev-tarball: kernel-sev-tarball
${MAKE} $@-build