forked from go-debos/debos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: pack/unpack: use pigz for compression
pigz does gzip compression on multiple cores and multiple processors and there is improvement in compression time on multi core machines. Use pigz for gzip compression if installed on the host machine. Fixes: go-debos#218 Signed-off-by: Vignesh Raman <[email protected]>
- Loading branch information
1 parent
5412d8b
commit 6bcd275
Showing
2 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters