-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
about docker-compose Error volta only support x86_64 OS #724
Comments
Hi @claybyl new version and arm64 pre-built binaries will come soon as it seems: volta-cli/volta@8841eea You can add |
I will push an update |
extremely grateful for your replay. i had tried install the eclipse language server in my pc; but there is anthor error confused me: //here is the error detail. Eclipse JDT LS Server: 8月 09, 2024 5:05:13 下午 org.apache.aries.spifly.BaseActivator log Eclipse JDT LS Server: 8月 09, 2024 5:05:13 下午 org.apache.aries.spifly.BaseActivator log Eclipse JDT LS Server: 8月 09, 2024 5:05:14 下午 org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer fireError " " Eclipse JDT LS Server: 8月 09, 2024 5:05:14 下午 org.eclipse.lsp4j.jsonrpc.RemoteEndpoint notify Eclipse JDT LS Server: 8月 09, 2024 5:05:14 下午 org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer fireStreamClosed ` |
⬆️ that's why we use the container. Local installation usually make problems. Please use the container. Does the new setting solve your issue? |
Thank u @kaisalmen ,i totally agree. When i use platform: linux/amd64 setting, the base-image (eclipse-temurin:17-jdk) cannot be pulled. I m trying to fix the problem. Really appreciate your help |
I have an idea... it is likely required that the architecture needs to be specified there as well |
Just pushed another update that should fix amd64 usage for now (arm64 is prepared, but commented). |
I will integrate an arm based build with GitHub Actions to see if the problem can be resolved. |
Dear great author, I encountered some issues while using docker-compose to build eclipsejdtls.
I am using a Mac M2 chip, but volta only supports the x86_64 architecture.
I replaced the volta install node20 script with:
**RUN apt install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&
apt-get install -y nodejs **
I successfully built and started the container, but npm i seems did not run successfully in the container. I can provide specific error information, and I would be very grateful if you have time to help me identify the problem
The text was updated successfully, but these errors were encountered: