-
Notifications
You must be signed in to change notification settings - Fork 71
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
Can you help to build for Raspberry pi (arm64) ? #99
Comments
I had to clone locally and rebuild bianjp/docker-mariadb-alpine and most important https://github.com/TrafeX/docker-php-nginx/commits/1.10.0 ; I think for the last one is not really to correct version because the image tag on docker hub was uploaded 2019-01-25 and the version 1.10.0 is from 2021-01-18. Now the application is up & running but I have a problem with websockets also I have the following error from the service
the container logs are the following
Thank you |
Hope to (soon) be able to do a major lift in our dependencies overall. There's unfortunately quite a bit of work to be done to get Pathfinder compatible with We could have used Ubuntu 20.04 LTS as base, but that's going to be EOL in a few months, so it's not worth it to use now. As for supporting The Redis issues are related to a change in how Redis handles TTL of There's a related issue open about it (incl. workaround) here: goryn-clade/pathfinder#230 |
I was using your repository successfully on my WSL for a long time, but today I bought a Raspberry PI 5 in order to have multiple tools always running, instead of using WSL...
But unfortunately the image are built for amd64 and they don't work on Raspberry PI.
I managed to rebuild some of the images locally, like mariadb and pf-socket, but pathfinder is a pain in the ass...
The alpine seems to have removed some of php7 packages like redis, and also the build image have some problems related to php7.
The text was updated successfully, but these errors were encountered: