-
-
Notifications
You must be signed in to change notification settings - Fork 61
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 image for ARM ? #13
Comments
You definitely stumped me on this one. I'm still new to Docker; what you see so far was just a lot of great help from another kind community user coaching me. I will look into see if it's possible to build the container as ARM. It's possible it's related to the s6 program i pull in (since it's already compiled as a binary) Perhaps i need to add some kind of logic around that (or create another docker container that calls in the ARM version)... I will look into this and hopefully get back to you with some positive information. |
Thank you very much.. While i wait for your update.. i will try if i can get this up running somehow. |
Hi, Just revisited this after long time and managed to compile the docker build for ARM. |
That's awesome. If you got it building on your own, do you mind if i close this? |
Yes we can close this . thanks |
❓ Question
Tried to build the docker on arm but does not seem to work.
Getting exec format error.
Tried to run directly still got error.
File "manage.py", line 44
) from exc
^
SyntaxError: invalid syntax
Is there a docker image for arm ? or anything need to be changed before building the docker image ?
No issue with the CLI its working perfect. Just issue with getting up the api
Can you advise me whats is the best way to get this running.
The text was updated successfully, but these errors were encountered: