Debug arm64 build
This commit is contained in:
parent
02b6f3f2be
commit
e0eb642010
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
npx nx run open-lens:build:app --x64
|
npx nx run open-lens:build:app --x64
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
npm run all:install
|
npm run all:install -- --arch=arm64
|
||||||
npx nx reset
|
npx nx reset
|
||||||
npx nx run open-lens:build:app --arm64
|
npx nx run open-lens:build:app --arm64
|
||||||
find . -name '*pty.node' -print0 | xargs -0 file
|
find . -name '*pty.node' -print0 | xargs -0 file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue