Skip to content

Commit

Permalink
chore: remove deprecated tar syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 6, 2025
1 parent e28c293 commit 322735a
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 @@ -100,7 +100,7 @@ if [[ "$os" == "windows" ]]; then
ls -oh "$basename.zip"
else
XZ_OPT=-9 tar -acf "$basename.tar.xz" mise
GZIP=-9 tar -acf "$basename.tar.gz" mise
tar -I 'gzip -9' -acf "$basename.tar.gz" mise
ZSTD_NBTHREADS=0 ZSTD_CLEVEL=19 tar -acf "$basename.tar.zst" mise
ls -oh "$basename.tar."*
fi

0 comments on commit 322735a

Please sign in to comment.