Skip to content

Commit

Permalink
skips standard steps that we don't need yet
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 13, 2024
1 parent cdbb884 commit ab56840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/node-update/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN go mod download

COPY . .

RUN go test ./...
# RUN go test ./...

RUN sed -i 's/zap.NewDevelopment()/zap.NewProduction()/' main.go
# RUN sed -i 's/zap.NewDevelopment()/zap.NewProduction()/' main.go

ARG TARGETOS TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH \
Expand Down

0 comments on commit ab56840

Please sign in to comment.