-
Notifications
You must be signed in to change notification settings - Fork 30
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
Segmentation Fault on latest x86_64 Ubuntu 24.04 image (I KNOW) #52
Comments
This breaks my build. Also doesn't work in
|
Updating to |
Have same issue, using the 22.04 - jammy. |
For me the issue was fixed by adding a specific qemu version to the setup-qemu action in my docker build and push composite action:
|
Closing this as it is not about the Arm partner runner images. Good to know that qemu can emulate Arm better on x86 with the version info. |
No longer relevant since actions/runner-images#11662 has been opened. |
@henkhofs Tried also that version as saw it should fix it. But it doesn't fix it for me. Even with such version getting error. |
When using QEMU to emulate ARM on an x86_64 system, a segmentation fault occurs. Although it isn’t immediately clear why this issue is being categorized as a
partner-runner-images
problem, I am filing it here based on community guidance and previous reports.Multiple people have tried opened issues on actions/runner-images, as that is where the runner image in use comes from-
but the issues were closed and they were told to come here.
While this approach may seem counterintuitive (much like troubleshooting a recurring connection issue by restarting your router) it is intended to ensure that the problem receives the correct level of attention. I hope that by documenting this behaviour in accordance with the recommendations from the actions/runner-images contributors, the underlying cause can be thoroughly investigated.
The text was updated successfully, but these errors were encountered: