jvm-brotli icon indicating copy to clipboard operation
jvm-brotli copied to clipboard

Apple silicon (ARM, aarch64) support

Open PatrickHuetter opened this issue 3 years ago • 3 comments

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 avatar Nov 12 '21 12:11 PatrickHuetter

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

PatrickHuetter avatar Nov 12 '21 12:11 PatrickHuetter

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.

coolcfxp avatar Nov 24 '21 01:11 coolcfxp

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

piemmm avatar Sep 03 '23 10:09 piemmm