feat: add riscv64 and loong64 to known archs (#62)
This commit is contained in:
parent
cb9f2d587b
commit
361ac29084
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user