kind: pipeline type: docker name: default steps: - name: build image: golang commands: - go version - CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .