mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Forgot to build ARM binary in publish
This commit is contained in:
@@ -60,6 +60,7 @@ def call(*cmd: str, cwd: Optional[str] = None, echo: bool = False) -> None:
|
||||
def run_build(args: Any) -> None:
|
||||
call('python ../bypy linux program', echo=True)
|
||||
call('python ../bypy linux 32 program', echo=True)
|
||||
call('python ../bypy linux arm64 program', echo=True)
|
||||
call('python ../bypy macos program --sign-installers --notarize', echo=True)
|
||||
call('python ../bypy macos shutdown')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user