- 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: boilerplate
|
|
github: gruntwork-io/boilerplate
|
|
description: Boilerplate is a tool for generating files and folders (boilerplate)
|
|
from a set of templates.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Gruntwork
|
|
homepage: https://github.com/gruntwork-io/boilerplate
|
|
license: MIT
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.10.1
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 0.10.1
|