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

Fix build-docker.sh CONTINUE=1 mode #716

Closed stefanb2 closed 10 months ago

stefanb2 commented 10 months ago

This fix in commit 77706bd2f6b77fbdbc329267f8386a38e4704c34 broke the CONTINUE=1 mode in docker-build.sh

Without the fix the Docker looks for the container "pigen_work", not pigen_work.

NOTE: this PR needs to be merged to master & arm64 as the fix was applied to both.

XECDesign commented 10 months ago

Could you please rebase it against the master branch?

stefanb2 commented 10 months ago

DONE

XECDesign commented 10 months ago

Thanks!