Skip to content

Commit

Permalink
remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sjqzhang committed Sep 26, 2024
1 parent eb5c732 commit 5ebb25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileForGitAction
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -xe; \
git clone https://github.com/sjqzhang/go-fastdfs ; \
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 ; \
export GO111MODULE="off"; \
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; \
ls -lh .;
FROM registry.cn-hangzhou.aliyuncs.com/prince/alpine-bash

Expand Down

0 comments on commit 5ebb25f

Please sign in to comment.