Architecture list on the download pages should be sorted
Describe the bug When downloading from https://adoptium.net/en-GB/temurin/releases the order of the architectures is inconsistent. This means you have to make extra effort to make sure you click the right thing (I've just accidentally downloaded Linux/aarch64 jdk17 instead of Linux/x64 because of this)
To Reproduce Steps to reproduce the behavior. Go to the download page above and click the different tabs for the different jdk releases
jdk25: aarch64 first, x64 fourth:
jdk21: s390x first, x64 second:
jdk17: aarch64 first, x64 third
jdk11: x64 first
jdk8: x64 first
Expected behavior Some consistency in the ordering of platform names so the panels behave the same. Either:
- List them alphabetically
- List them alphabetically other than x64 which could be at the front
- List them reverse-alphabetically which would naturally put x64 at the front :-)
Regardless of the solution and where it appears in the list, I would suggest that x64 should be the default one selected in all cases.
Screenshots Included above
Desktop (please complete the following information):
- OS: [e.g. iOS] Fedora 42/x64
- Browser [e.g. chrome, safari] Firefox
- Version [e.g. 22] 144
Smartphone (please complete the following information):
n/a
Additional context n/a
@sxa Hi! Can I work on this issue?