Add initial arm specific cibuild script
This commit is contained in:
parent
2c8ab72269
commit
9904da9a48
4 changed files with 32 additions and 0 deletions
5
script/cibuild-electron-linux-ia32
Executable file
5
script/cibuild-electron-linux-ia32
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export TARGET_ARCH=ia32
|
||||
|
||||
script/cibuild-linux
|
Loading…
Add table
Add a link
Reference in a new issue