| |
@@ -118,3 +118,13 @@
|
| |
],
|
| |
}
|
| |
|
| |
+ ostree_container = {
|
| |
+ "^bootc$": {
|
| |
+ "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
| |
+ "config_url": "https://github.com/CentOS/centos-bootc",
|
| |
+ "config_branch": "main",
|
| |
+ "treefile": "fedora-bootc.yaml",
|
| |
+ "arches": ["x86_64", "ppc64le", "aarch64", "s390x"],
|
| |
+ "failable": ['*'],
|
| |
+ }
|
| |
+ }
|
| |
See: https://pagure.io/pungi/pull-request/1699
Signed-off-by: Timothée Ravier tim@siosm.fr