-
Notifications
You must be signed in to change notification settings - Fork 372
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
Docker builds failing for arm64
architecture since v1.50.7
#3037
Comments
I am seeing the same error |
yep i confirm. reverted to 1.50.6 |
Same issue on |
Damn - thanks for reporting. I'll fix today. |
Fix in release v1.50.7. The fix works in a locally built container. I'll test again on the v1.50.7 container to confirm once it finishes building: https://github.com/pglombardo/PasswordPusher/actions/runs/13098711932 |
The build failed :/ For now I am moving to
|
I have another attempt at a fix building now. It passed in #3038/build. @ivancarlosti is right - anyone who wishes to avoid issues like these that come up occasionally, use the I have some docs explaining each of the Docker tags here. |
Will stay on the latest branch for our own use. So we can report issues and make the product even better! Can't wait for the self hosted pro version to come live. So we can get the request function💪 For our clients we indeed use the stable tag. And we have close monitoring on it for uptime so if our Watchtower updates the docker container. We know when something is up. Like we did now. 👌 @pglombardo Keep up the good work!! |
Thanks @kayvanaarssen you rock. And self-hosted Pro is my top priority now. (after this issue) Just an update. The builds are getting random segfaults while compiling code. It seems an underlying library/image has introduced some issues. I'm trying some work-arounds... |
After fixing the binfmt issues, bootsnap had other issues. All of these problems were rooted in the QEMU cross arch build of Details in release v1.50.11 ( Thanks all for the help. I'll leave this issue open for when I re-introduce arm64 (once those bugs are fixed). |
arm64
architecture since v1.50.7
Nevermind, despite getting a proof of concept working doing builds on their native architecture, it seems there's an issue with using the public arm64 images as part of a matrix build as they'll also randomly fail with errors. It's proving just as unreliable to get consistent builds, so it's probably best to leave arm builds disabled for now. |
Thanks for the offer in any case @pooley182. It's very much appreciated. I saw that option when I was working on this and I think I read that those arm64 images are in preview or something.
This is good to know. I'll give it a month and then maybe we can just flip the switch back... |
Here to report an issue with the latest docker tag (build)
See the error below, reverted back to tag 1.50 and no issues :-D
The text was updated successfully, but these errors were encountered: