feat: add metadata.yaml files for all packages
Add simplified metadata structure for all 41 packages containing: - Package name, version, and release number - GitHub repository for packages with GitHub releases - Build configuration for el/8 and el/9 distributions This metadata enables future automation for version checking and package building across different distributions.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: act_runner
|
||||
release: 1
|
||||
version: 0.2.12
|
||||
build:
|
||||
- distro: el/8
|
||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||
- distro: el/9
|
||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||
Reference in New Issue
Block a user