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
This is a Raspberry Pi OS quirk. 32bits use the 64bit kernel, so we need a specialized way of checking the userland architecture.
I usually check file /usr/bin/ls. And I think this is already somewhere in our codebase.
The simptom is we always show the "updaate to latest ....." on version-chooser
The text was updated successfully, but these errors were encountered:
This is a Raspberry Pi OS quirk. 32bits use the 64bit kernel, so we need a specialized way of checking the userland architecture.
I usually check
file /usr/bin/ls
. And I think this is already somewhere in our codebase.The simptom is we always show the "updaate to latest ....." on version-chooser
The text was updated successfully, but these errors were encountered: