Cross Compile linux armhf/arm64 artifacts #8613 by @Jai-JAP

This commit is contained in:
Eugene Pankov
2023-06-26 16:28:43 +02:00
parent d6d6ec39c8
commit 87a893480c
8 changed files with 137 additions and 86 deletions

View File

@@ -9,7 +9,7 @@ sh.exec(`${sentryCli} releases new ${vars.version}`)
if (process.platform === 'darwin') {
for (const path of [
'app/node_modules/@serialport/bindings/build/Release/bindings.node',
'app/node_modules/@tabby-gang/node-pty/build/Release/pty.node',
'app/node_modules/node-pty/build/Release/pty.node',
'app/node_modules/fontmanager-redux/build/Release/fontmanager.node',
'app/node_modules/macos-native-processlist/build/Release/native.node',
]) {