fixed: wrong arch for rpi
This commit is contained in:
parent
fd35e6fd71
commit
0d087d4edc
|
@ -1327,7 +1327,7 @@ class InternalCommands:
|
|||
|
||||
def getDebianArch(self):
|
||||
if os.uname()[4][:3] == 'arm':
|
||||
return 'armel'
|
||||
return 'armhf'
|
||||
|
||||
# os_bits should be loaded with '32bit' or '64bit'
|
||||
import platform
|
||||
|
|
Loading…
Reference in New Issue