mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
make: Get rid of verbose output while creating tar
We already have verbose output while merging the builds from various build targets. Getting rid of verbose output to speed up. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
c3836010a8
commit
f1855594a2
@ -76,4 +76,4 @@ merge-builds:
|
||||
$(MK_DIR)/kata-deploy-merge-builds.sh build
|
||||
|
||||
install-tarball:
|
||||
tar -xvf ./kata-static.tar.xz -C /
|
||||
tar -xf ./kata-static.tar.xz -C /
|
||||
|
Loading…
Reference in New Issue
Block a user