Skip to content

Commit 0f034d4

Browse files
rathbomaclaude
andcommitted
Remove Linux ARM64 from CI matrix - not available in GitHub Actions
GitHub Actions doesn't provide ubuntu-latest-arm64 runners. Linux ARM64 builds would require QEMU emulation or Docker multi-platform setup. Current coverage: - macOS ARM64 (Apple Silicon) - macOS x64 (Intel) - Linux x64 - Windows x64 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 3802314 commit 0f034d4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/electron.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
# Linux x64
2525
- os: ubuntu-latest
2626
electron-version: '39.2.7'
27-
# Linux ARM64
28-
- os: ubuntu-latest-arm64
29-
electron-version: '39.2.7'
3027
# Windows x64
3128
- os: windows-latest
3229
electron-version: '39.2.7'

.github/workflows/nodejs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
# Linux x64
2424
- os: ubuntu-latest
2525
node-version: 22.x
26-
# Linux ARM64
27-
- os: ubuntu-latest-arm64
28-
node-version: 22.x
2926
# Windows x64
3027
- os: windows-latest
3128
node-version: 22.x

0 commit comments

Comments
 (0)