Skip to content

Commit 9784e5d

Browse files
authored
feat!: drop x32 architecture (#280)
In preparation for the upgrade to node 24.
1 parent c802db8 commit 9784e5d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fetch-binary.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ export function getArch(): string {
6262
return 'armv6'
6363
case 'arm64':
6464
return 'arm64'
65-
case 'x32':
66-
return '386'
6765
case 'x64':
6866
return 'amd64'
6967
default:

0 commit comments

Comments
 (0)