How to get the current operating system architecture in Elixir?
I am trying to write code that needs the current operating system architecture, specifically it needs the same architecture that binaries are compiled with. On my system it is x86_64-unknown-linux-gnu.