Skip to content

Commit 1589a53

Browse files
committed
updated typescript for s390x
1 parent d833c37 commit 1589a53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ export class Utils {
373373
if (arch().includes('arm')) {
374374
return arch().includes('64') ? 'linux-arm64' : 'linux-arm';
375375
}
376+
if (arch().includes('s390x')) {
377+
return 'linux-s390x';
378+
}
376379
return arch().includes('64') ? 'linux-amd64' : 'linux-386';
377380
}
378381

0 commit comments

Comments
 (0)