move lua lsp to amd64 only option
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 8m50s
Build neovim image / build-neovim-arm64 (push) Successful in 12m26s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Szwendacz 2024-05-06 09:18:20 +02:00 committed by Maciej Lebiest
parent ffc4939f2b
commit 0460a12da1

View file

@ -36,7 +36,6 @@ ENV MASON_PKGS=" \
html-lsp \ html-lsp \
intelephense \ intelephense \
json-lsp \ json-lsp \
lua-language-server \
marksman \ marksman \
phpcs \ phpcs \
phpstan \ phpstan \
@ -50,7 +49,7 @@ ENV MASON_PKGS=" \
ansible-lint \ ansible-lint \
debugpy" debugpy"
ENV MASON_PKGS_NO_ARM="lemminx helm-ls" ENV MASON_PKGS_NO_ARM="lemminx helm-ls lua-language-server"
COPY . /root/.config/nvim COPY . /root/.config/nvim