packer-builder-arm icon indicating copy to clipboard operation
packer-builder-arm copied to clipboard

Creating the image in place

Open sassanh opened this issue 10 months ago • 1 comments

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?

sassanh avatar Apr 19 '24 18:04 sassanh

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.

michalfita avatar Jul 30 '24 16:07 michalfita