Skip to content

Commit

Permalink
Enable Risc-V builds
Browse files Browse the repository at this point in the history
Mostly for fun, since no one has such a laptop at this time :)
  • Loading branch information
LostLuma committed Oct 27, 2024
1 parent 124b435 commit f8b7a1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-natives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- os: ubuntu-24.04
extension: so
target: aarch64-unknown-linux-gnu
- os: ubuntu-24.04
extension: so
target: riscv64gc-unknown-linux-gnu
- os: windows-2022
extension: dll
target: x86_64-pc-windows-msvc
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ The library can be installed from the `releases` repository on [maven.lostluma.n
- `default`: Downloads, validates, and caches the dynamic library on demand. Saves bandwidth and disk space.
- `bundled`: Contains the dynamic library for all platforms. Recommended for situations in which first startup may be offline.

The dynamic library is currently available for Linux, MacOS, and Windows on both aarch64 and amd64 platforms.
The dynamic library is comes prebuilt for the following platforms:

| | aarch64 | amd64 | riscv64 |
| ------- | ------- | ----- | ------- |
| Linux | yes | yes | yes |
| MacOS | yes | yes | |
| Windows | yes | yes | |

Misc
----
Expand Down

0 comments on commit f8b7a1d

Please sign in to comment.