Skip to content

Commit

Permalink
Build with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 6, 2022
1 parent c3c87f4 commit c5bee11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY ../ .

RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Su --noconfirm rustup
RUN rustup default stable
RUN rustup default nightly
RUN --mount=type=tmpfs,target=/root/.cargo ./scripts/dist
RUN ./scripts/dist

0 comments on commit c5bee11

Please sign in to comment.