mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00: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:
parent
48c0cf5b5d
commit
012a76d098
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user