You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create RPi images for my application based on lite, normal and full images. It works for lite and normal images but for the full image, since it is ~13GB when uncompressed, the GitHub runner instance goes out of free space as you can see here.
It is happening because packer-builder-arm tries to copy the image after it has been downloaded.
Is it possible to make packer-builder-arm to work on the image in place?
The text was updated successfully, but these errors were encountered:
As far as I'm aware, no. I tried to tackle the issue in my fork, but the original download is cached for reuse. We should probably have the option to tell we do one off and we don't want the copy.
I'm trying to create RPi images for my application based on lite, normal and full images. It works for lite and normal images but for the full image, since it is ~13GB when uncompressed, the GitHub runner instance goes out of free space as you can see here.
It is happening because packer-builder-arm tries to copy the image after it has been downloaded.
Is it possible to make packer-builder-arm to work on the image in place?
The text was updated successfully, but these errors were encountered: