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
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 availableDescribe 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