Skip to content

Commit

Permalink
feat: add linux/arm64 prebuilds for electron (#1306)
Browse files Browse the repository at this point in the history
* add linux arm64 prebuilds for electron

Signed-off-by: Svetoslav Borislavov <[email protected]>

* Update .github/workflows/build.yml

Co-authored-by: Pavel Borisov <[email protected]>

---------

Signed-off-by: Svetoslav Borislavov <[email protected]>
Co-authored-by: Pavel Borisov <[email protected]>
  • Loading branch information
SvetBorislavov and PavelSBorisov authored Dec 27, 2024
1 parent 61b7e58 commit 08eb06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ jobs:
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:18-bullseye -c "\
cd /tmp/project && \
npm install --ignore-scripts && \
${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}"
${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }} && \
${{ env.ELECTRON_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 08eb06d

Please sign in to comment.