- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
21 lines
527 B
YAML
21 lines
527 B
YAML
name: vals
|
|
github: helmfile/vals
|
|
description: vals is a Helm-like configuration 'Values' loader with support for various
|
|
sources and merge strategies
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Helmfile Contributors
|
|
homepage: https://github.com/helmfile/vals
|
|
license: Apache-2.0
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.43.0
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.43.0
|