Skip to content

Commit c851836

Browse files
committed
remove build warmup (not needed anymore)
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent b4b6444 commit c851836

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN go mod download
1515
# Compile
1616
COPY . .
1717
RUN make test
18-
RUN make build # warmup
1918
ARG TARGETOS TARGETARCH
2019
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
2120

0 commit comments

Comments
 (0)