From d99a33ad01eb09190a8680d743f8d520e459ef0f Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 23 Jan 2025 16:09:57 +0100 Subject: syz-cluster: remove mentions of vendor --- syz-cluster/workflow/boot-step/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-cluster/workflow/boot-step/Dockerfile b/syz-cluster/workflow/boot-step/Dockerfile index 7fa89e04a..47df2666a 100644 --- a/syz-cluster/workflow/boot-step/Dockerfile +++ b/syz-cluster/workflow/boot-step/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /build # First query the modules to facilitate caching. COPY go.mod go.sum ./ RUN go mod download -COPY --exclude=vendor --exclude=syz-cluster . . +COPY --exclude=syz-cluster . . RUN make TARGETARCH=amd64 FROM golang:1.23-alpine AS boot-step-builder -- cgit mrf-deployment