- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
22 lines
672 B
YAML
22 lines
672 B
YAML
name: nomad-autoscaler
|
|
github: hashicorp/nomad-autoscaler
|
|
description: The Nomad Autoscaler is an autoscaling daemon for Nomad, architectured
|
|
around plug-ins to allow for easy extensibility in terms of supported metrics sources,
|
|
scaling targets and scaling algorithms.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Hashicorp
|
|
homepage: https://github.com/hashicorp/nomad-autoscaler
|
|
license: Mozilla Public License, version 2.0
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.4.8
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.4.8
|