Skip to content

Commit e87a58a

Browse files
authored
feat: add riscv64 pointer compression (#69)
Signed-off-by: Stewart X Addison <sxa@ibm.com>
1 parent cf3db9d commit e87a58a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ OS / architecture / packaging specifiers used in the listings include:
3939
* **linux-loong64**: normally .tar.gz and .tar.xz
4040
* **linux-ppc64le**: normally .tar.gz and .tar.xz
4141
* **linux-riscv64**: normally .tar.gz and .tar.xz
42+
* **linux-riscv64-pointer-compression**: normally .tar.gz and .tar.xz
4243
* **linux-s390x**: normally .tar.gz and .tar.xz
4344
* **linux-x64**: normally .tar.gz and .tar.xz
4445
* **linux-x64-debug**: normally .tar.gz and .tar.xz

src/transform-filename.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const types = {
3636
// unofficial-builds:
3737
'linux-loong64': 'linux-loong64',
3838
'linux-riscv64': 'linux-riscv64',
39+
'linux-riscv64-pointer-compression': 'linux-riscv64-pointer-compression',
3940
'linux-x64-glibc-217': 'linux-x64-glibc-217',
4041
'linux-x64-musl': 'linux-x64-musl',
4142
'linux-arm64-musl': 'linux-arm64-musl',

0 commit comments

Comments
 (0)