This commit is contained in:
Kovid Goyal 2021-12-31 10:10:39 +05:30
parent a8336ca1fe
commit d1bfc18ac5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -149,7 +149,7 @@ class BuildInstaller(Command):
class BuildInstallers(BuildInstaller):
OS = ''
ALL_ARCHES = '64'
ALL_ARCHES = '64',
def run(self, opts):
for bitness in self.ALL_ARCHES: