Skip to content

Commit b345fbe

Browse files
authored
updated Linux arm64 runner to 24.04
Development
2 parents 016dcc5 + 02940ae commit b345fbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/.DS_Store

-6 KB
Binary file not shown.

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: windows
3030
- os: ubuntu-latest
3131
id: linux-x64
32-
- os: ubuntu-22.04-arm
32+
- os: ubuntu-24.04-arm
3333
id: linux-arm64
3434
runs-on: ${{ matrix.config.os }}
3535
timeout-minutes: 90
@@ -69,6 +69,8 @@ jobs:
6969
# IS_NIGHTLY: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') }}
7070
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') }}
7171
IS_FORK: ${{ github.event.pull_request.head.repo.fork == true }}
72+
npm_config_target_arch: ${{ matrix.config.id == 'linux-arm64' && 'arm64' || '' }}
73+
ELECTRON_BUILDER_ARCH: ${{ matrix.config.id == 'linux-arm64' && 'arm64' || '' }}
7274

7375
run: |
7476
# See: https://www.electron.build/code-signing

0 commit comments

Comments
 (0)