build_configs/example.json
2025-07-21 16:45:16 +03:00

20 lines
656 B
JSON

{
"project_name": {
"branch_template(a9*, a9, a9-stream*,)": {
"linked_builds": [],
"platform_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"],
"mock_options": {
"definitions": {
"macro_name": "macro_value"
},
"with": [],
"without": [],
"yum_exclude": ["pkg_for_exclude", "pkg_for_exclude"],
"module_enable": ["module_name:module_stream", "module_name"],
"target_arch": ""
},
"secure_boot": true // false by default
}
}
}