We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105e9de commit 0f7fa06Copy full SHA for 0f7fa06
src/BuildScriptGenerator/BaseBashBuildScript.sh.tpl
@@ -190,7 +190,7 @@ then
190
DESTINATION_DIR="$OLD_DESTINATION_DIR"
191
echo "Compressing content of directory '$preCompressedDestinationDir'..."
192
cd "$preCompressedDestinationDir"
193
- tar -I lz4 -cf "$DESTINATION_DIR/output.tar.lz4" .
+ tar -I 'zstd --fast=5' -cf "$DESTINATION_DIR/output.tar.zst" .
194
echo "Copied the compressed output to '$DESTINATION_DIR'"
195
{{ end }}
196
fi
0 commit comments