You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve asset ranking for 64 bit architectures
fixes#231 where aarc64 and amd64 can be incorrectly ranked given that
they both share the same architecture.
i.e, candiates:
myprogram
myprogram_aarch64
If my system is amd64, before this PR the ranking function will
incorrectly pikc aarch64
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>