PR#4416: distrepos: support "x86_64_v2" arch
Merges #4416 https://pagure.io/koji/pull-request/4416 Fixes: #4449 https://pagure.io/koji/issue/4449 distrepos: support "x86_64_v2" arch
This commit is contained in:
commit
49338e91f9
1 changed files with 1 additions and 0 deletions
|
|
@ -6221,6 +6221,7 @@ class createDistRepoTask(BaseTaskHandler):
|
|||
archmap = {'s390x': 's390', 'ppc64': 'ppc', 'x86_64': 'i686'}
|
||||
compat = {"i386": ("athlon", "i686", "i586", "i486", "i386", "noarch"),
|
||||
"x86_64": ("amd64", "ia32e", "x86_64", "noarch"),
|
||||
"x86_64_v2": ("amd64", "ia32e", "x86_64", "x86_64_v2", "noarch"),
|
||||
"ia64": ("ia64", "noarch"),
|
||||
"ppc": ("ppc", "noarch"),
|
||||
"ppc64": ("ppc64p7", "ppc64pseries", "ppc64iseries", "ppc64", "noarch"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue