- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
20 lines
485 B
YAML
20 lines
485 B
YAML
name: packer
|
|
github: hashicorp/packer
|
|
description: Create identical images for multiple platforms from a single source configuration.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: HashiCorp
|
|
homepage: https://www.packer.io/
|
|
license: BUSL-1.1
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.14.3
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.14.3
|