RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.57k stars 1.61k forks source link

Commit has broken using "PRESERVE_CONTAINER=1 CONTINUE=1" on arm64 branch docker builds #709

Closed cjcdev closed 10 months ago

cjcdev commented 11 months ago

This pull request: https://github.com/RPi-Distro/pi-gen/pull/705

Has broken the ability to use "PRESERVE_CONTAINER=1 CONTINUE=1" on docker builds (not removing the container).

XECDesign commented 10 months ago

Did https://github.com/RPi-Distro/pi-gen/pull/716 fix it or was that only a partial fix?

cjcdev commented 10 months ago

@XECDesign Yes, #716 fixed the issue. Thank you!

Unrelated - is there a way to build "bullseye" from the latest arm64 branch? I believe this is not working.

cjcdev commented 10 months ago

Closing because it was resolve by https://github.com/RPi-Distro/pi-gen/pull/716