-
Notifications
You must be signed in to change notification settings - Fork 319
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
failed to create new OS thread (have 2 already; errno=22) #93
Comments
Yeah, this is definitely caused by QEMU's user-mode emulation, which Go unfortunately doesn't officially support. 😞 (I'm not aware of anything that can be done here to fix it.) |
Guess I need to look at other options - thanks for the quick response! |
This probably needs to be reopened so someone can suggest a solution for this. I ran into this on Mac M1 too. |
It may be something to raise upstream with Qemu or Go? |
Actually... updating to gosu 1.14 has fixed this in my case I think |
I'm trying to build https://github.com/rodolpheche/wiremock-docker multi-arch from my M1 Mac.
The amd64 build gets the following error:
I'm sure this is somehow caused by Qemu but thought I'd check here if there's any way of resolving?
The text was updated successfully, but these errors were encountered: