-
Notifications
You must be signed in to change notification settings - Fork 97
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
"Illegal instruction" for every kphp
call in Docker container
#884
Comments
Hello, simonhamp! |
I've installed the docker container: docker pull vkcom/kphp Created the sample PHP file exactly as shown (named Then run the container: docker run -ti -v ~/Projects/kphp/:/tmp/dev:rw -p 8080:8080 vkcom/kphp Then from inside the container, I've tried to build the kphp /tmp/dev/index.php |
|
Ah ok. Is it possible for me to build it manually on ARM? |
Yes, you can build an image manually, but some packages you should build from source, because we haven't public packages for ARM. |
Is there any plan to release an ARM image? |
I'm running on an M1 MacBook Pro. Just tried setting up and using the sample script to compile and
kphp
just comes back with "Illegal instruction"I haven't come across anyone else referencing this issue or found anything in the docs
Would love to give kphp a go
The text was updated successfully, but these errors were encountered: