更新 '.drone.yml'

This commit is contained in:
rainerosion 2021-07-30 11:27:06 +08:00
parent d4df8435ac
commit b15f2902ed

View File

@ -6,7 +6,7 @@ steps:
image: golang:alpine
pull: if-not-exists
environment:
- GOPROXY=https://goproxy.cn
- GOPROXY=https://goproxy.cn
commands:
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
- apk update && apk add build-base