-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for ARM? #4
Comments
hey @heryoff Are you talking about arm32 (raspberry pi) or arm64? The project uses EdgeDB which currently provides only amd64 docker images, but since version EdgeDB 2.0 it should be possible to build your own arm64 docker image. I'm also interested in ARM, because I'm developing on Apple Silicon, so it is on my map, just not the first priority. If you want try the project you can check out the cloud version, it is the same as the docker one |
Yes I'm mainly taking about arm64, even tho arm32 could probably work too. |
I've just pushed arm64 images, feel free to check |
Hey, I was trying to test stuff out but I still get "exec format error", can you explain how to select the arm image? |
It should be selected automatically. I checked images on two different machines (with M1 and M1 Pro chips), but I can't checked it on raspberry pi, as I don't have it. Can you please provide the whole error log you're seeing? Is it happening on pulling stage or when containers starting to run? |
Ok I managed to make it work by clearing out the images, thanks |
Mmm, I still get "something went wrong" when trying to log-in |
You can try changing |
Still can't make it work, :( |
Docker-compose file
Env file
|
I changed few ports so they don't conflict with other containers I have running |
By looking at the logs I did't find anything strange except for "Edgedb", which prompted this: |
By the looks of Safari console, I could tell that it's not getting connected to the server, tried with:
I'm now out of options |
Managed to make it work by putting the domain name, strange it didn't work with the public address then |
edit: my reply was too late, problem seems to be solved |
That is indeed very strange that the public address didn't work. I'm glad you solved the problem and sorry for the inconvenience |
Thanks anyway. Btw your project seems really cool, 👍 |
"Managed to make it work by putting the domain name, strange it didn't work with the public address then" what does this mean exactly? |
I just get this: Failed to load resource: net::ERR_CONNECTION_REFUSED localhost:8001/features/list:1 when trying to sign in |
No description provided.
The text was updated successfully, but these errors were encountered: