This commit is contained in:
@@ -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 /
|
||||||
|
|||||||
Reference in New Issue
Block a user