update CI

This commit is contained in:
iofq 2023-05-27 05:39:30 -05:00
parent 2388fb9bda
commit 387b1ef3be
2 changed files with 3 additions and 5 deletions

View file

@ -17,6 +17,6 @@ RUN mkdir -p /out && \
--extra-experimental-features flakes .#minimal && \
mv $(realpath nvim-minimal.AppImage) /out/neovim-x86_64-linux-minimal.AppImage
FROM scratch
FROM busybox:alpine
WORKDIR /out
COPY --from=build /out /out