We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436cf2a commit a7f8e45Copy full SHA for a7f8e45
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