Added openwrt-builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 18m47s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 18m47s
This commit is contained in:
@@ -78,6 +78,11 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
|
||||
USER luser
|
||||
WORKDIR /home/luser
|
||||
|
||||
FROM base AS openwrt-builder
|
||||
RUN mkdir -p /etc/cargo
|
||||
COPY --chown=1000:1000 config.toml /home/luser/.cargo/config.toml
|
||||
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed rustup go rsync wget unzip swig python-setuptools python-pyelftools
|
||||
|
||||
FROM base AS rust
|
||||
RUN mkdir -p /etc/cargo
|
||||
COPY --chown=1000:1000 config.toml /home/luser/.cargo/config.toml
|
||||
|
||||
Reference in New Issue
Block a user