add final image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jeffrey Paul 2022-02-01 21:47:30 -08:00
parent 7e4f8366a7
commit 1b3e058b86

View File

@ -26,3 +26,9 @@ RUN make lint
RUN go mod vendor RUN go mod vendor
RUN make RUN make
RUN tar -c . | bzip2 > /src.tbz2 RUN tar -c . | bzip2 > /src.tbz2
FROM scratch
COPY --from=builder /src.tbz2 /
COPY --from=builder /build/mfer /