You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: