SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
371 stars 88 forks source link

Request for a new release to include ARM (AArch64) support #188

Closed jasondrogba closed 2 months ago

jasondrogba commented 2 months ago

Hi @SerCeMan, I noticed that the PR Add AArch64 (64-bit ARM) Linux support has been successfully merged into the main branch. This is a great improvement for those of us working on ARM-based systems.

However, the latest release (v0.5.7) doesn't yet include this support. Would it be possible to publish a new release, such as v0.5.8, that include this ARM (AArch64) support? This would be very helpful for users working with ARM architectures.

Thank you for your hard work on this project!

SerCeMan commented 2 months ago

Hey, @jasondrogba! I've just published the new version – 0.5.8. Please let me know how it goes!

jasondrogba commented 2 months ago

Thank you very much! Can you release the new version to mvnrepository? https://mvnrepository.com/artifact/com.github.serceman/jnr-fuse NEXT: I will upgrade the jnr-fuse version used by Alluxio FUSE to 0.5.8 and then test if Alluxio FUSE works properly on AWS ARM machines with the following checks:

SerCeMan commented 2 months ago

Hey, @jasondrogba! I believe it's already on maven central, e.g. you can see it here: https://search.maven.org/artifact/com.github.serceman/jnr-fuse/0.5.8/jar.

https://mvnrepository.com is just a search engine, and it's not always up-to-date, e.g. you can read more about the difference here: https://stackoverflow.com/a/62882748.