mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
aarch64
This commit is contained in:
parent
2a838e7a31
commit
c321c963e1
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class LinuxPlatforms(SupportedPlatforms):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
SupportedPlatforms.__init__(self, 'linux', [Architecture('x86_64', 64, '/usr/local'),
|
SupportedPlatforms.__init__(self, 'linux', [Architecture('x86_64', 64, '/usr/local'),
|
||||||
Architecture('i386', 32, '/usr/local'),
|
Architecture('i386', 32, '/usr/local'),
|
||||||
|
Architecture('aarch64', 64, '/usr/local'),
|
||||||
Architecture('armv7l', 32, '/usr/local'),
|
Architecture('armv7l', 32, '/usr/local'),
|
||||||
Architecture('armv6l', 32, '/usr/local')],
|
Architecture('armv6l', 32, '/usr/local')],
|
||||||
['DEB', 'RPM', 'TGZ'])
|
['DEB', 'RPM', 'TGZ'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue