halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
470 stars 87 forks source link

Added support for arm platform #47

Closed patbonecrusher closed 3 years ago

patbonecrusher commented 4 years ago

install works perfectly fine. list-all is still listing versions that have no arm support. Not sure. why yet... if I find some time tomorrow I'll try debugging it.

halcyon commented 4 years ago

@patbonecrusher would you be so kind as to test the latest asdf-java on your arm system? With #87 merged we expect it to be supported.

joschi commented 4 years ago

@halcyon @patbonecrusher We're currently filtering for x86_84: https://github.com/halcyon/asdf-java/blob/670cedc82f2bc3e90f389bfba315a0deec416354/update_data.bash#L7

We could add the ARM platforms listed in https://github.com/joschi/java-metadata/blob/bb5607e122f74bb8701e4c8eb8ce872a83856174/docs/openapi.yaml#L50-L52:

patbonecrusher commented 4 years ago

@patbonecrusher would you be so kind as to test the latest asdf-java on your arm system? With #87 merged we expect it to be supported.

Sorry I am late on this :) But raspberry pi by default with raspbian is "armv7l". If @joschi could add that to the list, I believe that it would work.