mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-09 02:37:03 +00:00
Build e2e binary separately
This commit is contained in:
@@ -4,6 +4,7 @@ COPY . .
|
||||
ENV GO_PACKAGE github.com/open-cluster-management/registration
|
||||
|
||||
RUN make build --warn-undefined-variables
|
||||
RUN make build-e2e --warn-undefined-variables
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/registration/registration /
|
||||
|
||||
Reference in New Issue
Block a user