mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
armv6l
This commit is contained in:
parent
838223734e
commit
e6a5edf891
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ 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('armv7l', 32, '/usr/local')], ['DEB', 'RPM', 'TGZ'])
|
Architecture('armv7l', 32, '/usr/local')], ['DEB', 'RPM', 'TGZ'],
|
||||||
|
Architecture('armv6l', 32, '/usr/local')], ['DEB', 'RPM', 'TGZ'])
|
||||||
|
|
||||||
def make_platform_by_arch(self, arch, package_types) -> Platform:
|
def make_platform_by_arch(self, arch, package_types) -> Platform:
|
||||||
distr = linux_get_dist()
|
distr = linux_get_dist()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue