lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 252 forks source link

Add riscv support #209

Open gctony opened 1 year ago

gctony commented 1 year ago

Hi there, Would it be possible to add riscv support? I have a patch that adds

src/resources/net/jpountz/util/linux/riscv64/liblz4-java.so

which is included in the jar when the project is built. Will that be enough? How are the binaries for the different architectures generated for each release?