Skip to content

Commit e11668a

Browse files
committed
macosx: Increase compression in build tarball
We want the result < 2GB for GitHub Releases.
1 parent bb54681 commit e11668a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/macpython-build-tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tar -cf ITKPythonBuilds-macosx.tar \
1111
ITKPythonPackageRequiredExtractionDir.txt \
1212
ITKPythonPackage/scripts
1313
/usr/local/bin/zstd -f \
14+
-15 \
1415
./ITKPythonBuilds-macosx.tar \
1516
-o ./ITKPythonBuilds-macosx.tar.zst
1617
popd > /dev/null

0 commit comments

Comments
 (0)