Skip to content

Commit

Permalink
chore: add zst tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 23, 2024
1 parent 85a1192 commit 5238124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ if [[ "$os" == "windows" ]]; then
else
tar -cJf "$basename.tar.xz" mise
tar -czf "$basename.tar.gz" mise
tar -cf --zstd "$basename.tar.zst" mise
tar --zstd -cf "$basename.tar.zst" mise
ls -oh "$basename.tar.xz"
fi

0 comments on commit 5238124

Please sign in to comment.