telegraf/.drone.yml

12 lines
264 B
YAML
Raw Normal View History

2025-08-08 16:25:23 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:latest
environment:
GO111MODULE: on
GOPROXY: https://goproxy.cn,direct
commands:
2026-04-17 11:25:55 +08:00
- go build -tags "custom,inputs.cl_104,outputs.influxdb_v2,parsers.cl_104" ./cmd/telegraf