-
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
MacOS + Docker: qemu-user-static check from #685 breaking build early #760
Comments
The PR broke the MacOS build, could you have a look please? I'm still interested in getting the build process working on my MacBook again. |
One way is to just ignore the whole registration process on non-linux environments, but there might be a better solution. |
@MauAbata @JavanXD Are you using an Intel or Apple Silicon Mac? I do not get this error and since If the build did indeed work on Intel Macs before the PR #685, then a quick fix could be to check for macOS and then skip the binfmt registration, like: |
Intel, but I just switched to M3, so I can try it soon. |
Tried this on an x86 Mac, |
I ran into an issue setting up pi-gen on MacOS Monterey 12.6 where qemu-user-static wasn't found, and it prompted me to install that package. I couldn't find any Mac equivalent, and after some digging discovered a comment on the original PR (#685) that references this issue:
Rolling back to
2023-02-21-raspios-bullseye
was able to generate a successful build, so I wonder if that qemu check isn't necessary on MacOS. I am not confident enough about Mac environments to be able to say for sure, so perhaps we can get some insight here.The text was updated successfully, but these errors were encountered: