From dea80c7d65c6b7179067511426a0070383042707 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 26 Feb 2026 19:55:48 +0000 Subject: [PATCH] feat: add riscv64 pointer compression Signed-off-by: Stewart X Addison --- README.md | 1 + src/transform-filename.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ecd088..53958a9 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ OS / architecture / packaging specifiers used in the listings include: * **linux-loong64**: normally .tar.gz and .tar.xz * **linux-ppc64le**: normally .tar.gz and .tar.xz * **linux-riscv64**: normally .tar.gz and .tar.xz +* **linux-riscv64-pointer-compression**: normally .tar.gz and .tar.xz * **linux-s390x**: normally .tar.gz and .tar.xz * **linux-x64**: normally .tar.gz and .tar.xz * **linux-x64-debug**: normally .tar.gz and .tar.xz diff --git a/src/transform-filename.js b/src/transform-filename.js index 6f5024c..a5a37ff 100644 --- a/src/transform-filename.js +++ b/src/transform-filename.js @@ -36,6 +36,7 @@ const types = { // unofficial-builds: 'linux-loong64': 'linux-loong64', 'linux-riscv64': 'linux-riscv64', + 'linux-riscv64-pointer-compression': 'linux-riscv64-pointer-compression', 'linux-x64-glibc-217': 'linux-x64-glibc-217', 'linux-x64-musl': 'linux-x64-musl', 'linux-arm64-musl': 'linux-arm64-musl',