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 e54a99f commit 33076f9Copy full SHA for 33076f9
bot/build.sh
@@ -265,6 +265,7 @@ BUILD_TMPDIR=$(grep ' as tmp directory ' ${build_outerr} | cut -d ' ' -f 2)
265
TARBALL_STEP_ARGS+=("--resume" "${BUILD_TMPDIR}")
266
267
timestamp=$(date +%s)
268
+# determine compression/extension for tarball, check in order of preference
269
if [[ -x "$(command -v zstd)" ]]; then
270
tarball_extension="tar.zst"
271
elif [[ -x "$(command -v gzip)" ]]; then
0 commit comments