diff --git a/.drone.yml b/.drone.yml index c0d4473..e83a8f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: image: golang:alpine pull: if-not-exists commands: + - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk update && apk add build-base - GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build - ls -lh