redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.1k stars 264 forks source link

Build image for ARM64 #997

Open Stef16Robbe opened 2 weeks ago

Stef16Robbe commented 2 weeks ago

Is your enhancement related to a problem? Please describe.

I tried running the docker image on my MacOS (15.1 24B83 arm64) but I got this error that an ARM manifest is not available

$ docker pull quay.io/redhat-developer/yaml-language-server
Using default tag: latest
latest: Pulling from redhat-developer/yaml-language-server
no matching manifest for linux/arm64/v8 in the manifest list entries

Describe the solution you would like

I want the Containerfile to be built for the project and uploaded in the registry

Describe alternatives you have considered

I am now building it myself for arm64