-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build image from Tag 2023-05-03-raspios-bullseye? #698
Comments
At a glance, it looks like a binfmt/qemu issue - the docket container isn't able to run arm binaries. Can you post that debootstrap.log file? It looks like that's where it initially failed and because you're not doing a clean build, it sees that there are files there already and doesn't try to run debootstrap again. Since the rest of the build doesn't see the files that should be there, it fails on future runs. |
Hi @XECDesign Thanks for replying so quickly. I remove whole folder and git clone again, then ./build-docker.sh to try, I don't see debootstrap.log
|
If you saw that line, then I don't see how the log could not be there: https://github.com/RPi-Distro/pi-gen/blob/2023-05-03-raspios-bullseye/scripts/common#L24 The presence of all those other log files seems to suggest the build may have gotten further? |
Hi @XECDesign Thanks. I will check it later. |
Hi pi-gen,
I try to clone repo and try to build my own image, It always fails to strange part.
I just clone repo and run build-docker.sh and the error log are
Anyone can help? Thanks.
The text was updated successfully, but these errors were encountered: