2023-03-25 09:32:18 +00:00
|
|
|
go:
|
|
|
|
version: 1.20
|
2016-09-30 06:31:19 +00:00
|
|
|
repository:
|
2020-05-24 18:42:23 +00:00
|
|
|
path: github.com/prometheus-community/windows_exporter
|
2016-09-30 06:31:19 +00:00
|
|
|
build:
|
2017-09-08 08:11:31 +00:00
|
|
|
binaries:
|
2020-05-24 18:42:23 +00:00
|
|
|
- name: windows_exporter
|
2016-09-30 06:31:19 +00:00
|
|
|
ldflags: |
|
2020-03-05 20:15:26 +00:00
|
|
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
|
|
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
|
|
|
-X github.com/prometheus/common/version.Branch={{.Branch}}
|
|
|
|
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
|
|
|
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
2016-09-30 06:31:19 +00:00
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- LICENSE
|
2019-01-23 01:24:59 +00:00
|
|
|
crossbuild:
|
|
|
|
platforms:
|
2023-03-25 09:32:18 +00:00
|
|
|
- windows
|