Skip to content

Commit

Permalink
Add loongarch support for dnf
Browse files Browse the repository at this point in the history
Signed-off-by: Wenlong Zhang <[email protected]>
  • Loading branch information
zhangwenlong8911 committed Jan 17, 2022
1 parent 6cef144 commit 0b52cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnf/rpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def _invert(dct):
'mipsel': ('mipsel',),
'mips64': ('mips64',),
'mips64el': ('mips64el',),
'loongarch64': ('loongarch64',),
'noarch': ('noarch',),
'ppc': ('ppc',),
'ppc64': ('ppc64', 'ppc64iseries', 'ppc64p7', 'ppc64pseries'),
Expand Down

0 comments on commit 0b52cb9

Please sign in to comment.