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
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This makes filtering for a specific architecture more complicated than it needs to be.
Expected Behavior
There should only be two kinds of architectures available in our transformed image data:
x86_64
arm64
Most of these duplicates can be removed by forcing lowercase conversion to the architecture property, the only outlier is Azure which uses x64 instead of x86_64.