crossenv icon indicating copy to clipboard operation
crossenv copied to clipboard

Sane default for os.uname().machine on arm

Open benfogle opened this issue 3 years ago • 0 comments

See #73

os.uname().machine will never report "arm", but something like "armv7l". There are several options, and we have no way of knowing which one will be correct. We should still pick one as a sane default, now that we can override the value if needed.

benfogle avatar Aug 26 '21 22:08 benfogle