mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
packaging: Add a cc
target to build all the CC related tarballs
Quite similar to the `all` target, let's add a `cc` target so we can build all the CC related tarballs. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -70,6 +70,13 @@ install-tarball:
|
||||
image: kata-tarball
|
||||
$(MK_DIR)kata-deploy-build-and-upload-image.sh $(CURDIR)/kata-static.tar.xz
|
||||
|
||||
cc: cc-cloud-hypervisor-tarball \
|
||||
cc-kernel-tarball \
|
||||
cc-qemu-tarball \
|
||||
cc-rootfs-image-tarball \
|
||||
cc-shim-v2-tarball \
|
||||
cc-virtiofsd-tarball
|
||||
|
||||
cc-cloud-hypervisor-tarball:
|
||||
${MAKE} $@-build
|
||||
|
||||
|
Reference in New Issue
Block a user