Skip to content

Commit

Permalink
Define intentions to support RISC-V arch. (#53)
Browse files Browse the repository at this point in the history
On behalf of #51
  • Loading branch information
Ivan authored Feb 6, 2021
1 parent 58d2208 commit 43df41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* `ppcle_64` - if the value is `ppc64le`
* `s390_32` - if the value is `s390`
* `s390_64` if the value is `s390x`

* `riscv` if the value is `riscv`
Note: The bitness part of this property relies on the bitness of the JVM binary, e.g. You'll get the property that ends with `_32` if you run a 32-bit JVM on a 64-bit OS.

#### Property: `os.detected.bitness`
Expand Down

0 comments on commit 43df41a

Please sign in to comment.