hyperxpro / Brotli4j

Brotli4j provides Brotli compression and decompression for Java.
Apache License 2.0
102 stars 35 forks source link

Finish adding `native-linux-riscv64` architecture support #112

Closed hyperxpro closed 10 months ago

hyperxpro commented 10 months ago

Motivation:

This patch adds support for linux-riscv64. There was no code change other than adding support for linux-riscv64.

Modification:

It requires updating uraimo/run-on-arch-action to v2.4.0 for support for riscv64. It also uses JDK 21 for riscv64 as it's the first LTS version with support for riscv64 (backports to JDK 17 done and JDK 11 in progress).

Result: Support for riscv64 architecture.