diff --git a/fedora.conf b/fedora.conf
index b7a5009..989aab1 100644
--- a/fedora.conf
+++ b/fedora.conf
@@ -677,6 +677,13 @@ ostree = [
"source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
'failable': ['*'],
+ },
+ "ppc64le": {
+ "treefile": "fedora-atomic-docker-host.json",
+ "config_url": "https://pagure.io/fedora-atomic.git",
+ "source_repo_from": "Everything",
+ "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
+ 'failable': ['*'],
}
}),
("^ostree$", {
@@ -706,6 +713,36 @@ ostree_installer = [
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'master',
'failable': ['*'],
+ },
+ "aarch64": {
+ "source_repo_from": "Everything",
+ "release": None,
+ "installpkgs": ["fedora-productimg-atomic"],
+ "add_template": ["atomic-installer/lorax-configure-repo.tmpl",
+ "atomic-installer/lorax-embed-repo.tmpl"],
+ "add_template_var": [
+ "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
+ "ostree_osname=fedora-atomic",
+ "ostree_ref=fedora/rawhide/aarch64/atomic-host",
+ ],
+ 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
+ 'template_branch': 'master',
+ 'failable': ['*'],
+ },
+ "ppc64le": {
+ "source_repo_from": "Everything",
+ "release": None,
+ "installpkgs": ["fedora-productimg-atomic"],
+ "add_template": ["atomic-installer/lorax-configure-repo.tmpl",
+ "atomic-installer/lorax-embed-repo.tmpl"],
+ "add_template_var": [
+ "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
+ "ostree_osname=fedora-atomic",
+ "ostree_ref=fedora/rawhide/ppc64le/atomic-host",
+ ],
+ 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
+ 'template_branch': 'master',
+ 'failable': ['*'],
}
}),
("^Workstation$", {
diff --git a/variants-fedora.xml b/variants-fedora.xml
index 78c7c70..f5dce70 100644
--- a/variants-fedora.xml
+++ b/variants-fedora.xml
@@ -5,6 +5,7 @@
aarch64
x86_64
+ ppc64le