make-ext4-fs: enable parallel compression for zstd
... as done in a couple of other image builders already
This commit is contained in:
parent
b5b9c20c23
commit
2ec06a51a0
@ -102,7 +102,7 @@ pkgs.stdenv.mkDerivation {
|
||||
|
||||
if [ ${builtins.toString compressImage} ]; then
|
||||
echo "Compressing image"
|
||||
zstd -v --no-progress ./$img -o $out
|
||||
zstd -T$NIX_BUILD_CORES -v --no-progress ./$img -o $out
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user