Add arm64 build support
This commit is contained in:
parent
0c93e4b8d7
commit
cd42133651
5 changed files with 1029 additions and 182 deletions
5
script/cibuild-electron-linux-arm64
Executable file
5
script/cibuild-electron-linux-arm64
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export TARGET_ARCH=arm64
|
||||
|
||||
script/cibuild-linux
|
Loading…
Add table
Add a link
Reference in a new issue