init
All checks were successful
/ build (push) Successful in 16s

This commit is contained in:
Adrien Beaudouin 2025-06-06 23:47:25 +02:00
parent 3e57c498fa
commit 91ed69fa44

View File

@ -189,7 +189,8 @@ RUN rm -rf pkg/obj && \
ln -s /go/bin/go /rootfs/usr/bin/go && \
ln -s /go/bin/gofmt /rootfs/usr/bin/gofmt
FROM core-busybox AS final
FROM scratch AS final
COPY --from=core-busybox / /
COPY --from=build-make /rootfs/ /
COPY --from=build-binutils /rootfs/ /
COPY --from=build-gcc /rootfs/ /