✨ add go proxy
This commit is contained in:
parent
17af21079f
commit
f4affb2c69
2
build.sh
2
build.sh
@ -9,6 +9,8 @@ if [ "$1" == "web" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
go env -w GOPROXY=https://goproxy.cn,https://mirrors.aliyun.com/goproxy/,https://goproxy.io,direct
|
||||||
|
|
||||||
if [ "$1" == "docker" ]; then
|
if [ "$1" == "docker" ]; then
|
||||||
appName="alist"
|
appName="alist"
|
||||||
builtAt="$(date +'%F %T %z')"
|
builtAt="$(date +'%F %T %z')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user