foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
111 stars 13 forks source link

Liberica architecture reports arm instead of arm64 #5

Closed marchof closed 3 years ago

marchof commented 3 years ago

Reproducer

https://api.foojay.io/disco/v1.0/packages?&distro=liberica&version=8&architecture=arm

Expected

Download files like bellsoft-jdk8u275+1-linux-aarch64.tar.gz are reported as arm64

Actual

The architecture in the response is arm

marchof commented 3 years ago

Re-tested on http://81.169.252.235:8080/disco/v1.0/packages?&distro=liberica&version=8&architecture=arm

--> fixed