add build base

This commit is contained in:
a 2022-03-28 18:22:38 +00:00
parent ec6320b037
commit 1d47574531

View file

@ -3,7 +3,7 @@ build-binary-latest:
image:
name: golang:1.18.0-alpine3.15
script:
- apk add git
- apk add git build-base
- go build -o ./weed/weed ./weed
- cp ./weed/weed docker/weed
artifacts: