We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac740e commit 3cefd8dCopy full SHA for 3cefd8d
1 file changed
Dockerfile
@@ -15,6 +15,7 @@ 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