diff --git a/.drone.yml b/.drone.yml index 95802a6..17bfb82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: image: golang:alpine pull: if-not-exists commands: + - apk update && apk add build-base - GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build - name: gitea_release image: plugins/gitea-release