mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
22 lines
340 B
YAML
22 lines
340 B
YAML
---
|
|
recipes_dir: pkg/recipes
|
|
output_dir: pkg/output
|
|
images_dir: pkg/images
|
|
log_dir: ~
|
|
runtime_uri: ~
|
|
gpg_key: ~
|
|
gpg_name: ~
|
|
ssh: ~
|
|
images:
|
|
- name: debian-12
|
|
target: deb
|
|
- name: fedora-37
|
|
target: rpm
|
|
- name: fedora-38
|
|
target: rpm
|
|
- name: ubuntu-2204
|
|
target: deb
|
|
- name: arch
|
|
target: pkg
|
|
custom_simple_images: ~
|