Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
ci: adds go mod vendor again
Browse files Browse the repository at this point in the history
Signed-off-by: Wanis Fahmy <[email protected]>
  • Loading branch information
wanisfahmyDE authored May 13, 2024
1 parent c14bfc1 commit 1bf7c24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN go env -w GOPROXY=direct
RUN go mod download
RUN go mod vendor
COPY . .
ARG TARGETOS
ARG TARGETARCH
RUN go mod vendor
RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -tags=netgo -o config-reloader cmd/main.go


Expand Down

0 comments on commit 1bf7c24

Please sign in to comment.