Open razr opened 2 years ago
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 jammy
https://github.com/razr/ros-realtime-rpi4-image/actions/runs/3135956272/jobs/5092263112
Right, if it would be nice to use xz
, we can create an artifact and download it then.
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 xz
is that it is very slow and may consume a large amount of free CI time Github gives out for a particular account.
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 workflow_dispatch
for the manual start in my other projects. I believe @LanderU wants to provide a patch.
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 MB