Skip to content

Commit

Permalink
Add ppc64le to Debian arch map
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
  • Loading branch information
Dinar Valeev committed Jun 25, 2014
1 parent cb9a5d5 commit ee15c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/util/packagequery.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PackageQueries(dict):
"""

# map debian arches to common obs arches
architectureMap = {'i386': ['i586', 'i686'], 'amd64': ['x86_64']}
architectureMap = {'i386': ['i586', 'i686'], 'amd64': ['x86_64'], 'ppc64el': ['ppc64le']}

def __init__(self, wanted_architecture):
self.wanted_architecture = wanted_architecture
Expand Down

0 comments on commit ee15c4c

Please sign in to comment.