Skip to content

Commit

Permalink
ci: ripgrep arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Dec 12, 2022
1 parent e2c8cb1 commit 7d44a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -85,6 +85,8 @@ jobs:
- name: Electron-Linux-Arm64
if: matrix.platform == 'linux' && matrix.os != 'ubuntu-18.04'
run: |
export npm_config_arch=arm64
node "$NODE_MODULES_PATH/@vscode/ripgrep/lib/postinstall.js" --force
node scripts/download-pandoc.js --force-arm64
cp ./files/linux-arm64*pty.node ./node_modules/node-pty/build/Release/pty.node
yarn run electron-builder --${{ matrix.platform }} --arm64 -p never | sed 's/identityName=.*$//'

0 comments on commit 7d44a07

Please sign in to comment.