-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build native lib for arm64 #8
Conversation
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
These Docker images are only used to cross compile, they are not published and are not the final artifact, that is the jar file |
What is the best way to test in this case ? |
If I understand correctly, the jar will include both ARM64 and AMD64 library (libcompress_jni.so) thanks to cross plateform compilation. Is that correct ? |
Added a doc in the README on how to release native libs locally, and yes the published jar will contain all the built native libs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Signed-off-by: Fabio Di Fabio <[email protected]>
Use Dockercross to compile the native lib for different platform and architecture, include arm64.