- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
20 lines
464 B
YAML
20 lines
464 B
YAML
name: frr_exporter
|
|
github: tynany/frr_exporter
|
|
description: Prometheus exporter for Free Range Routing
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Prometheus
|
|
homepage: https://github.com/tynany/frr_exporter
|
|
license: MIT
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.9.0
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.9.0
|