fix arm64 build
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 8m29s
Build neovim image / build-neovim-arm64 (push) Successful in 12m37s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Maciej Lebiest 2024-05-03 12:59:44 +02:00
parent 83ccf3251a
commit 48d03fe0b7

View file

@ -58,6 +58,6 @@ RUN dnf5 install -y \
dnf5 -y autoremove && \ dnf5 -y autoremove && \
dnf5 clean all && \ dnf5 clean all && \
nvim --headless +"MasonInstall ${MASON_PKGS}" +qa || exit 1 ; \ nvim --headless +"MasonInstall ${MASON_PKGS}" +qa || exit 1 ; \
nvim --headless +"MasonInstall ${MASON_PKGS_NO_ARM}" +qa ; nvim --headless +"MasonInstall ${MASON_PKGS_NO_ARM}" +qa || true
ENTRYPOINT [ "/usr/bin/nvim" ] ENTRYPOINT [ "/usr/bin/nvim" ]