Debug arm64 build

This commit is contained in:
Jan-Otto Kröpke 2023-06-10 11:06:35 +02:00
parent 142235046b
commit 320af212f5
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,10 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
npx nx run open-lens:build:app --win nsis msi portable
elif [ "$RUNNER_OS" == "Linux" ]; then
npx nx run open-lens:build:app --x64
npx nx run open-lens:build:app --arm64
find . -name '*pty.node' -print0 | xargs -0 file
else
npx nx run open-lens:build:app --x64 --arm64
find . -name '*pty.node' -print0 | xargs -0 file

View File

@ -9,7 +9,6 @@ packageJsonOpenLens.build.publish = [{
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
packageJsonOpenLens.build.npmRebuild = true;
packageJsonOpenLens.build.nodeGypRebuild = true;
packageJsonOpenLens.build.detectUpdateChannel = false;
packageJsonOpenLens.copyright = [
packageJsonOpenLens.copyright,