move lua lsp to amd64 only option
This commit is contained in:
parent
ffc4939f2b
commit
0460a12da1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue