Files
LACT/.pkger.yml
T
Ilya Zlobintsev fa7e38dde3 pkg: add fedora 44 and ubuntu 26.04 builds, add cache for docker images (#961)
* pkg: add fedora 44 and ubuntu 26.04, add cache for docker images

* fix: syntax

* fix: add image to config

* fix: use maintained action

* fix

* fix: use unique cache key

* fix: add rpmsign
2026-04-18 16:41:44 +03:00

38 lines
659 B
YAML

---
recipes_dir: pkg/recipes
output_dir: pkg/output
images_dir: pkg/images
log_dir: ~
runtime_uri: ~
gpg_key: /tmp/package-signing-key.gpg
gpg_name: Ilya Zlobintsev
ssh: ~
images:
- name: debian-13
target: deb
os: Debian
- name: fedora-43
target: rpm
- name: fedora-44
target: rpm
os: Fedora
- name: ubuntu-2404
target: deb
os: Ubuntu
- name: ubuntu-2604
target: deb
os: Ubuntu
- name: arch
target: pkg
os: Arch Linux
- name: opensuse-tumbleweed
target: rpm
os: OpenSUSE
- name: rhel-8
target: rpm
os: Red Hat
- name: rhel-9
target: rpm
os: Red Hat
custom_simple_images: ~