Skip to content
Snippets Groups Projects
Commit bd6dd8f3 authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Set xz threads to 8

parent 695ef654
No related branches found
No related tags found
No related merge requests found
Pipeline #7314 failed
......@@ -38,7 +38,7 @@ build-zynthbox-image-armhf:
- echo "Image Size -> $(du -h ./workspace/$image_name)"
# Compress image
- xz -zv --threads=$(( $(nproc) > 8 ? 8 : $(nproc) )) --memory=90% ./workspace/$image_name
- xz -zv --threads=8 --memory=90% ./workspace/$image_name
publish-zynthbox-image-armhf:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment