fix(release): pin riscv64 dispatch source ref

This commit is contained in:
Hunter B
2026-05-30 22:13:20 -07:00
parent c0dd43993c
commit bace2523e1
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
else
# Tag doesn't exist yet — build from HEAD
sha="${GITHUB_SHA}"
source_ref="${GITHUB_REF_NAME}"
source_ref="${GITHUB_SHA}"
echo "Tag ${tag} not found; building from ${source_ref} @ ${sha}"
fi
else
+2 -1
View File
@@ -13,7 +13,8 @@ If you just want the short version, see the
## 1. Supported platforms
CodeWhale ships matched `codewhale` and `codewhale-tui` prebuilt binaries for
these platform/architecture combinations from v0.8.8 onward:
these platform/architecture combinations. Linux ARM64 is available from
v0.8.8 onward; Linux RISC-V starts with the first release after v0.8.47.
| Platform | Architecture | npm install | `cargo install` | GitHub release asset |
| ------------ | ------------ | :---------: | :-------------: | ----------------------------------------------------- |
+1
View File
@@ -55,6 +55,7 @@ test("known platforms are unaffected by alias map", () => {
for (const [platform, arch, expectedCodeWhale] of [
["linux", "x64", "codewhale-linux-x64"],
["darwin", "arm64", "codewhale-macos-arm64"],
["linux", "riscv64", "codewhale-linux-riscv64"],
["win32", "x64", "codewhale-windows-x64.exe"],
]) {
withMockedOs(platform, arch, () => {