Use pigz
This commit is contained in:
parent
58ae36735a
commit
acf8372d4a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ EOF
|
||||||
|
|
||||||
if [[ "$(basename "$out_gz" .gz)" != "$(basename "$out_gz")" ]]; then
|
if [[ "$(basename "$out_gz" .gz)" != "$(basename "$out_gz")" ]]; then
|
||||||
echo "Compressing image..."
|
echo "Compressing image..."
|
||||||
gzip "$out"
|
pigz "$out"
|
||||||
echo "Compressed image: $out (size: $size)."
|
echo "Compressed image: $out (size: $size)."
|
||||||
else
|
else
|
||||||
echo "Uncompressed image: $out (size: $size)."
|
echo "Uncompressed image: $out (size: $size)."
|
||||||
|
|
Loading…
Reference in a new issue