We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5c732 commit 5ebb25fCopy full SHA for 5ebb25f
DockerfileForGitAction
@@ -9,7 +9,7 @@ RUN set -xe; \
9
git clone https://github.com/sjqzhang/go-fastdfs ; \
10
cd go-fastdfs; mv vendor src ; mv src .. ; cd .. ; mv go-fastdfs src/github.com/sjqzhang/ ; export GOPATH=/root/repo ; cd src/github.com/sjqzhang/go-fastdfs ; \
11
export GO111MODULE="off"; \
12
- CGO_ENABLED=0 GOOS=linux go build GOARCH=$TARGETARCH -a -installsuffix cgo -o fileserver; \
+ CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o fileserver; \
13
ls -lh .;
14
FROM registry.cn-hangzhou.aliyuncs.com/prince/alpine-bash
15
0 commit comments