Conversation
Bump the Dockerfile to use a manylinux image that support aarch64 and is based on a currently supported distribution Bumps the Java version to 11 consistently with the other platform builds
|
The JAR produced by the GitHub workflow can also be tested functionally using the Bio-Formats command-line tools and the As a proof of concept, it was used in the context of ome/bioformats#4405 (review) on my arm64 OS X laptop. With a regular build of Bio-Formats command line tools, the following command failed with After setting worked as expected and opened the image in the viewer |
melissalinkert
left a comment
There was a problem hiding this comment.
I wasn't able to test Linux arm builds locally, but can confirm that reading JPEG .ndpi with an M1 Mac now works. Double-checking existing support on Windows/Linux x86 also showed no issue.
chris-allan
left a comment
There was a problem hiding this comment.
Looking good here on the platforms I'm able to test on:
- linux x86_64
- windows x86_64
First part of the work towards the resolution of #2
This PR focuses on getting the build system functional and upgrade and cover the target environments:
manylinux_2_28based on a supported distributionnativelib-loaderlibrary used for testing to2.4.0to allow the testing on macos-armjcenterbymavenCentralThe other points of the original issue including:
libjpeg-turbolibraryare not covered here and will need to be discussed as follow-ups