mirror of https://github.com/bjdgyc/anylink.git
test
This commit is contained in:
parent
8bd8651fd7
commit
5d4a9c0082
|
@ -10,9 +10,9 @@ export GOPROXY=https://goproxy.cn
|
|||
|
||||
apk add build-base tzdata gcc musl-dev upx
|
||||
|
||||
go build -o anylink
|
||||
#go build -o anylink
|
||||
go build -o anylink -ldflags "-s -w -extldflags '-static'"
|
||||
|
||||
#go build -o anylink -ldflags "-extldflags '-static'"
|
||||
|
||||
go env
|
||||
uname -a
|
||||
|
|
Loading…
Reference in New Issue