mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 18:27:10 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user