Skip to content

Commit

Permalink
Add riscv64 support
Browse files Browse the repository at this point in the history
https://github.com/app/riscv-builders runs on real riscv64 machine, and I've tested ocaml 4.11 supported riscv64
  • Loading branch information
mengzhuo authored and smorimoto committed Dec 24, 2024
1 parent e87292c commit a303e0a
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 a303e0a

Please sign in to comment.