Skip to content

Commit

Permalink
Add riscv64 and loong64 to known archs
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Nov 20, 2024
1 parent cb9f2d5 commit 9cdae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function getTargetArchs() {
}

function getKnownArchs() {
return ['x64', 'x86', 'armv7', 'arm64', 'ppc64', 's390x'];
return ['x64', 'x86', 'armv7', 'arm64', 'ppc64', 's390x', 'riscv64', 'loong64'];
}

export const hostAbi = getHostAbi();
Expand Down

0 comments on commit 9cdae9b

Please sign in to comment.