mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
35 lines
606 B
YAML
35 lines
606 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-42
|
|
target: rpm
|
|
- name: fedora-43
|
|
target: rpm
|
|
os: Fedora
|
|
- name: ubuntu-2404
|
|
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: ~
|