Forgot to build ARM binary in publish

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

View File

@ -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')