We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b6444 commit c851836Copy full SHA for c851836
1 file changed
Dockerfile
@@ -15,7 +15,6 @@ RUN go mod download
15
# Compile
16
COPY . .
17
RUN make test
18
-RUN make build # warmup
19
ARG TARGETOS TARGETARCH
20
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
21
0 commit comments