Forgot to build ARM binary in publish
This commit is contained in:
parent
a938b01246
commit
f51779d93a
@ -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')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user