Skip to content

Commit 0f7fa06

Browse files
committed
Use zst
1 parent 105e9de commit 0f7fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildScriptGenerator/BaseBashBuildScript.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ then
190190
DESTINATION_DIR="$OLD_DESTINATION_DIR"
191191
echo "Compressing content of directory '$preCompressedDestinationDir'..."
192192
cd "$preCompressedDestinationDir"
193-
tar -I lz4 -cf "$DESTINATION_DIR/output.tar.lz4" .
193+
tar -I 'zstd --fast=5' -cf "$DESTINATION_DIR/output.tar.zst" .
194194
echo "Copied the compressed output to '$DESTINATION_DIR'"
195195
{{ end }}
196196
fi

0 commit comments

Comments
 (0)