diff --git a/setup/hosting.py b/setup/hosting.py index f352a5b130..d584b5102c 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -364,11 +364,14 @@ def generate_index(): # {{{ x for x in files if x.endswith('.txz') or x.endswith('tar.bz2') ] if linux: + if 'i686' in x: + itype = 'Linux Intel 32-bit binary' + elif 'arm64' in x: + itype = 'Linux ARM 64-bit binary' + else: + itype = 'Linux Intel 64-bit binary' linux = [ - '