Skip to content

Commit

Permalink
Merge pull request #917 from mengzhuo/riscv64-support
Browse files Browse the repository at this point in the history
Add riscv64 support
  • Loading branch information
smorimoto authored Dec 24, 2024
2 parents e87292c + a303e0a commit b2e544d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/setup-ocaml/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export const ARCHITECTURE = (() => {
case "arm64": {
return "arm64";
}
case "riscv64": {
return "riscv64";
}

case "s390x": {
return "s390x";
}
Expand Down

0 comments on commit b2e544d

Please sign in to comment.