fix bootstrap image names

This commit is contained in:
Lance Vick 2024-02-05 03:11:28 -08:00
parent 9bb6787bf8
commit 53d954a9f8
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ BUILD_KERNELS=False" \
RUN touch /rootfs/steps/lwext4-1.0.0-lb1/files/fiwix-file-list.txt
FROM scratch as build
COPY --from=stage0 / .
COPY --from=stagex/stage0 / .
COPY --from=config /rootfs .
ENV ARCH_DIR=x86
ENV ARCH=x86

View File

@ -165,7 +165,7 @@ RUN set -eux; \
FROM build as install
WORKDIR ${HOME}
USER 0:0
COPY --from=stage1 . /rootfs/
COPY --from=stagex/stage1 . /rootfs/
RUN set -eux; \
rm /rootfs/lib; \
env -C build-musl make DESTDIR=/rootfs/${TARGET} install; \