-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use a better compression #57
Comments
Is that in CI? When I updated the release instructions, I opted to use xz as it produces a smaller image: https://github.com/ros-realtime/ros-realtime-rpi4-image/blob/master/docs/ReleaseImage.md |
yes, it is in the GitHub workflow. I have built |
Ah good point. We can switch the CI to using xz, but we also need to switch it to manual activation if that's the case (instead of automatically running on master push), because my experience running These should be simple changes but I don't have time to do that right now. Do you have time to create a PR and we can merge it? |
I agree, I'm also using |
Separate workflow in 2 steps:
|
I see that the image is compressed by the
pigz
from the original 3.9G to 1.5G, however it looks like that @carlossvg produces a release usingxz
compression which is only 932 MBThe text was updated successfully, but these errors were encountered: