- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
20 lines
478 B
YAML
20 lines
478 B
YAML
name: node_exporter
|
|
github: prometheus/node_exporter
|
|
description: exporter for machine metrics
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Prometheus
|
|
homepage: https://github.com/prometheus/node_exporter
|
|
license: Apache-2.0 license
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.10.2
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.10.2
|