.drone.yml 249 B

123456789101112
  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: build
  6. image: golang:1.17.1
  7. environment:
  8. GOPROXY: "https://goproxy.cn,direct"
  9. commands:
  10. - env
  11. - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o kpt-gogs-demo