Skip to content

Commit

Permalink
Add riscV support
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro committed Nov 28, 2023
1 parent d3b73bf commit e10e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lppa/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
CLI_DESCRIPTION = 'CLI for Handling launchpad PPAs'
DEFAULT_COMPONENT = 'multiverse'
DEFAULT_POCKET = 'Updates'
PROCESSORS = ['amd64', 'arm64', 's390x', 'ppc64el', 'armhf', 'armel', 'i386', 'powerpc']
PROCESSORS = ['amd64', 'arm64', 's390x', 'ppc64el', 'armhf', 'armel', 'i386', 'powerpc', 'riscv64']
VALID_POCKETS = ('Updates', 'Proposed', 'Backports', 'Security', 'Release')

0 comments on commit e10e5fd

Please sign in to comment.