Debug arm64 build

This commit is contained in:
Jan-Otto Kröpke 2023-06-10 12:13:18 +02:00
parent 7e8e222361
commit a1b3ea8eec
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,9 @@ jobs:
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 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
npm run all:install
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
else else
@ -80,7 +83,6 @@ jobs:
WIN_CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }} WIN_CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
CSC_FOR_PULL_REQUEST: true CSC_FOR_PULL_REQUEST: true
DOWNLOAD_ALL_ARCHITECTURES: ${{ runner.os != 'Windows' }} DOWNLOAD_ALL_ARCHITECTURES: ${{ runner.os != 'Windows' }}
DEBUG: 'electron-builder'
- name: Calculate SHA256 checksum - name: Calculate SHA256 checksum
run: |- run: |-