This commit is contained in:
Jan-Otto Kröpke 2023-06-14 22:50:07 +02:00
parent e0eb642010
commit 1ed9cbd2a8
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -56,11 +56,7 @@ 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
rm -rf node_modules
npm run all:install -- --arch=arm64
npx nx reset
npx nx run open-lens:build:app --arm64
npx nx run open-lens:build:app --x64 --arm64
find . -name '*pty.node' -print0 | xargs -0 file
else
npx nx run open-lens:build:app --x64 --arm64
@ -82,7 +78,6 @@ jobs:
WIN_CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
CSC_FOR_PULL_REQUEST: true
DOWNLOAD_ALL_ARCHITECTURES: ${{ runner.os != 'Windows' }}
DEBUG: electron-rebuild
- name: Calculate SHA256 checksum
run: |-

View File

@ -12,6 +12,7 @@ packageJsonOpenLens.build.npmRebuild = true;
packageJsonOpenLens.build.detectUpdateChannel = false;
delete packageJsonOpenLens.scripts.postinstall;
delete packageJsonOpenLens.devDependencies["@electron/rebuild"];
packageJsonOpenLens.copyright = [
packageJsonOpenLens.copyright,