add target
All checks were successful
/ build (push) Successful in 19s

This commit is contained in:
Adrien Beaudouin 2025-06-07 12:13:50 +02:00
parent a25bb50fdf
commit 61484840f2

View File

@ -211,7 +211,7 @@ RUN mkdir -p /usr/bin /usr/lib && \
ln -sT bin /usr/sbin ln -sT bin /usr/sbin
FROM scratch AS toolchain-musl FROM scratch AS toolchain-musl
COPY --from=build-musl / / COPY --from=build-musl /rootfs /
FROM scratch AS toolchain FROM scratch AS toolchain
COPY --from=final / / COPY --from=final / /