aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/iurt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/iurt.conf')
-rw-r--r--modules/buildsystem/templates/iurt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf
index 3b71bb49..8536d89f 100644
--- a/modules/buildsystem/templates/iurt.conf
+++ b/modules/buildsystem/templates/iurt.conf
@@ -1,6 +1,6 @@
<%- distro = scope.lookupvar('buildsystem::var::distros::distros')[@distribution] -%>
{
- supported_arch => [ 'i586', 'x86_64' ],
+ supported_arch => [ '<%= distro['arch'].join("', '") %>' ],
all_media =>{
<%- distro['medias'].each{|media, repos| -%>
'<%= media %>' => [ '<%= repos.join("', '") %>' ],