Skip to content

Commit

Permalink
✨ add go proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 9, 2021
1 parent 17af210 commit f4affb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if [ "$1" == "web" ]; then
exit 0
fi

go env -w GOPROXY=https://goproxy.cn,https://mirrors.aliyun.com/goproxy/,https://goproxy.io,direct

if [ "$1" == "docker" ]; then
appName="alist"
builtAt="$(date +'%F %T %z')"
Expand Down

0 comments on commit f4affb2

Please sign in to comment.