Skip to content

Commit

Permalink
syz-cluster: remove mentions of vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
a-nogikh committed Jan 27, 2025
1 parent d7b4978 commit d99a33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syz-cluster/workflow/boot-step/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d99a33a

Please sign in to comment.