Skip to content

Commit

Permalink
chore: print all tarball sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 23, 2024
1 parent a3f792a commit 29fbc04
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 @@ -102,5 +102,5 @@ else
XZ_OPT=-9 tar -acf "$basename.tar.xz" mise
GZIP=-9 tar -acf "$basename.tar.gz" mise
ZSTD_NBTHREADS=0 ZSTD_CLEVEL=19 tar -acf "$basename.tar.zst" mise
ls -oh "$basename.tar.xz"
ls -oh "$basename.tar."*
fi

0 comments on commit 29fbc04

Please sign in to comment.