mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-18 04:24:35 +00:00
bee042d9fa
Use the new exporter-toolkit landing page generator feature. * Update Go to 1.20. * Update promu to 0.14.0. Signed-off-by: SuperQ <superq@gmail.com>
20 lines
634 B
YAML
20 lines
634 B
YAML
go:
|
|
version: 1.20
|
|
repository:
|
|
path: github.com/prometheus-community/windows_exporter
|
|
build:
|
|
binaries:
|
|
- name: windows_exporter
|
|
ldflags: |
|
|
-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"}}
|
|
tarball:
|
|
files:
|
|
- LICENSE
|
|
crossbuild:
|
|
platforms:
|
|
- windows
|