Forgot to build ARM binary in publish
This commit is contained in:
parent
a938b01246
commit
f51779d93a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue