mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
gpu: Add kernel dep for the non coco use-case
Add the kernel dependency to the non coco use-case so that a rootfs build can be executed via GHA. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
d7059e9024
commit
4621f53e4a
@ -172,10 +172,10 @@ rootfs-initrd-tarball: agent-tarball
|
||||
|
||||
runk-tarball: copy-scripts-for-the-tools-build
|
||||
${MAKE} $@-build
|
||||
rootfs-nvidia-gpu-image-tarball: agent-tarball busybox-tarball
|
||||
rootfs-nvidia-gpu-image-tarball: agent-tarball busybox-tarball kernel-nvidia-gpu-tarball
|
||||
${MAKE} $@-build
|
||||
|
||||
rootfs-nvidia-gpu-initrd-tarball: agent-tarball busybox-tarball
|
||||
rootfs-nvidia-gpu-initrd-tarball: agent-tarball busybox-tarball kernel-nvidia-gpu-tarball
|
||||
${MAKE} $@-build
|
||||
|
||||
rootfs-nvidia-gpu-confidential-image-tarball: agent-tarball busybox-tarball pause-image-tarball coco-guest-components-tarball kernel-nvidia-gpu-confidential-tarball
|
||||
|
Loading…
Reference in New Issue
Block a user