github.com/thanos-io/thanos@v0.32.5/.promu.yml (about) 1 go: 2 version: 1.21 3 repository: 4 path: github.com/thanos-io/thanos 5 build: 6 binaries: 7 - name: thanos 8 path: ./cmd/thanos 9 flags: -a -tags netgo 10 ldflags: | 11 -X github.com/prometheus/common/version.Version={{.Version}} 12 -X github.com/prometheus/common/version.Revision={{.Revision}} 13 -X github.com/prometheus/common/version.Branch={{.Branch}} 14 -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}} 15 -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}} 16 crossbuild: 17 platforms: 18 - linux/amd64 19 - darwin/amd64 20 - linux/arm64 21 - windows/amd64 22 - freebsd/amd64 23 - linux/ppc64le