-
Notifications
You must be signed in to change notification settings - Fork 44
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
ARM support #15
Comments
Hmmm strange are you using windows as your localhost dev machine? If so would be good to rule out it messing with files, e.g: #12 (comment) Otherwise the next thing I would try is to replace all instances of |
Hello jackbrycesmith, Thank you for your reply. I have deployed a new instance to Amazon EC2. I did the installation again. Everything is working now. The only difference: I had chosen an ARM processor, can this affect the incompatibility? However, I have read that starting with version 1.8.1., Caprover supports these processors. It's okay, the problem is solved for me. |
Good to hear! Yeah I didn't realise but right now ARM isn't supported because of the supervisor implementation image we're pulling in doesn't have a build for it. I'd expect everything to work once this is replaced. I'll wait to see if they provide newer compatible builds. You can get it working now if you build it from source in your Dockerfile. 👍 |
Thank you for your reply ! Good to know that, have a nice day! |
Hello,
Thanks for this great guide.
When I inspect my application logs, I get this error message:
/ usr / local / bin / supervisord: line 1: syntax error: unexpected "("
It runs in a loop and it regenerates the entrypoint.sh
Can you help me find out why it does this?
Laravel 8 and PHP 8.0.3 (server: AWS EC2 T4G)
The text was updated successfully, but these errors were encountered: