-
Notifications
You must be signed in to change notification settings - Fork 169
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
Random crashes when building Image for 'linux/arm64' #403
Comments
Don't think this is related to This is tracked in tonistiigi/binfmt#215 What you can try is using qemu v8 to see if this fixes the issue for you: tonistiigi/binfmt#215 (comment) |
@crazy-max thanks! I'll give it a try! |
@crazy-max I've just tried your solution (using image v8) and so far, so good. Although it is an intermittent issue, having 2 consecutive successful builds looks very promising. Thanks! |
same here https://github.com/cagnulein/qdomyos-zwift/actions |
unfortunately it doesn't work here, it's even worst (segmentation fault at the very beginning) https://github.com/cagnulein/qdomyos-zwift/actions/runs/12968351189/job/36171249702 |
@crazy-max how can i downgrade setup-buildx-action to the previous build? version seems to effect buildx not setup-buildx-action |
i mean i'm trying to use the previous here https://github.com/cagnulein/qdomyos-zwift/pull/3084/files without success |
Contributing guidelines
I've found a bug, and:
Description
Since a couple of days my Github Action I've setup to build & push a container image keeps failing. Sometimes it works & completes, but most of the time it fails when these kind of messages:
or
or
I haven't changed or modified my GitHubAction yml file recently; it's very strange because sometimes (1 or 2 times out of 10) it runs and completes succesfully.
The content of my github action file:
Expected behaviour
I would expect consistent results, either failed or succeeded builds.
Actual behaviour
Builds seem te fail at random, with different results
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered: