summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dist-cloud-hypervisor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dist-cloud-hypervisor.sh b/scripts/dist-cloud-hypervisor.sh
index 7553e62..466f653 100755
--- a/scripts/dist-cloud-hypervisor.sh
+++ b/scripts/dist-cloud-hypervisor.sh
@@ -18,4 +18,4 @@ cp -- LICENSES/Apache-2.0.txt LICENSES/LicenseRef-BSD-3-Clause-Google.txt \
 	"$dir/$name/LICENSES"
 cat pkgs/cloud-hypervisor/*.patch > "$dir/$name/cloud-hypervisor.patch"
 cat pkgs/cloud-hypervisor/vhost/*.patch > "$dir/$name/vhost.patch"
-tar -C "$dir" -cf "$name.tar.xz" -- "$name"
+tar -C "$dir" -czf "$name.tar.gz" -- "$name"