mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-04 15:04:25 +01:00
kata-deploy: Rename image target to cc-payload
The `image` target is only used by and only present in the `CCv0` branch, and it's name is misleading. :-) Let's rename it (and the scripts used by it) to mention payload rather than image, and to actually build the cc related tarballs instead of the "vanilla" Kata Containers tarballs. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -71,8 +71,8 @@ merge-builds:
|
||||
install-tarball:
|
||||
tar -xvf ./kata-static.tar.xz -C /
|
||||
|
||||
image: kata-tarball
|
||||
$(MK_DIR)kata-deploy-build-and-upload-image.sh $(CURDIR)/kata-static.tar.xz
|
||||
cc-payload: cc-tarball
|
||||
$(MK_DIR)kata-deploy-build-and-upload-payload.sh $(CURDIR)/kata-static.tar.xz
|
||||
|
||||
cc-tarball: | cc-parallel merge-builds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user