Compare commits
No commits in common. "87621643886d2ee79c0841a0f97ff5b0b8e40a50" and "1aa69c628d618d17a5751503ceff411af79ec2e9" have entirely different histories.
8762164388
...
1aa69c628d
@ -7,7 +7,7 @@ ARG GOPROXY=https://goproxy.cn,direct
|
||||
ARG GOPRIVATE=gitea.timerzz.com
|
||||
ARG GONOSUMDB=gitea.timerzz.com
|
||||
ARG GONOPROXY=gitea.timerzz.com
|
||||
RUN go build -trimpath -ldflags '-w -s' -o run ./cmd
|
||||
RUN go build -o run -trimpath -ldflags '-w -s' ./cmd
|
||||
|
||||
FROM alpine:latest
|
||||
WORKDIR /work
|
||||
|
Loading…
x
Reference in New Issue
Block a user