Build binaries for Linux ARM64

This commit is contained in:
Kovid Goyal
2021-12-10 12:47:34 +05:30
parent a4cd10c6fb
commit a938b01246
5 changed files with 29 additions and 11 deletions

View File

@@ -373,6 +373,7 @@ def files_for_upload() -> Dict[str, str]:
'macos/dist/kitty-{}.dmg': 'macOS dmg',
'linux/64/dist/kitty-{}-x86_64.txz': 'Linux amd64 binary bundle',
'linux/32/dist/kitty-{}-i686.txz': 'Linux x86 binary bundle',
'linux/arm64/dist/kitty-{}-arm64.txz': 'Linux arm64 binary bundle',
}.items():
path = os.path.join('bypy', 'b', f.format(version))
if not os.path.exists(path):