mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Add gitg
This commit is contained in:
parent
644a613986
commit
ec6320b037
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue