This commit is contained in:
a 2022-03-28 18:16:24 +00:00
parent 644a613986
commit ec6320b037

View file

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