Debug arm64 build
This commit is contained in:
parent
142235046b
commit
320af212f5
|
|
@ -56,6 +56,10 @@ jobs:
|
||||||
|
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
npx nx run open-lens:build:app --win nsis msi portable
|
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
|
else
|
||||||
npx nx run open-lens:build:app --x64 --arm64
|
npx nx run open-lens:build:app --x64 --arm64
|
||||||
find . -name '*pty.node' -print0 | xargs -0 file
|
find . -name '*pty.node' -print0 | xargs -0 file
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@ packageJsonOpenLens.build.publish = [{
|
||||||
|
|
||||||
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
|
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
|
||||||
packageJsonOpenLens.build.npmRebuild = true;
|
packageJsonOpenLens.build.npmRebuild = true;
|
||||||
packageJsonOpenLens.build.nodeGypRebuild = true;
|
|
||||||
packageJsonOpenLens.build.detectUpdateChannel = false;
|
packageJsonOpenLens.build.detectUpdateChannel = false;
|
||||||
packageJsonOpenLens.copyright = [
|
packageJsonOpenLens.copyright = [
|
||||||
packageJsonOpenLens.copyright,
|
packageJsonOpenLens.copyright,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue