nixxcode / jvm-brotli

Lightweight, cross-platform Java library for the Brotli compression format
73 stars 10 forks source link

Apple silicon (ARM, aarch64) support #40

Open PatrickHuetter opened 3 years ago

PatrickHuetter commented 3 years ago

It would be really nice if you could support apple silicon (ARM, aarch64) architecture. In this case it would be much more easy to work on a java project on the new apple devices which makes use of jvm-brotli without the need of complex project workarounds using amd64 emulation of jvm and brotli.

PatrickHuetter commented 3 years ago

Update: Seems that somebody already integrated aarch64 support. Maybe you can merge that changes into main branch? https://github.com/SiggiIO/jvm-brotli

coolcfxp commented 2 years ago

I also met the same problem, although in production it's still running on x86 arch, but my dev env is M1, it doesn't work.

piemmm commented 1 year ago

Same issues here. Would be kinda handy to have working! Brotli is already ported via homebrew, just need this bit now :)