fix(release): pin riscv64 dispatch source ref
This commit is contained in:
@@ -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
@@ -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 |
|
||||
| ------------ | ------------ | :---------: | :-------------: | ----------------------------------------------------- |
|
||||
|
||||
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user