Various arm64-compatible linux versions (including the base docker images for Ubuntu and Debian) report their architecture as 'aarch64' when installed on an arm64 platform (e.g., an M1 mac). Omnisharp-vim does not recognize that architecture and so fails on the install of Omnisharp-Roslyn with "Error: architecture not supported." In fact, however, it will work fine if the arm64 version is installed because the architectures are the same.
This minor patch causes the installer to treat aarch64 as arm64, allowing the install to proceed.
Various arm64-compatible linux versions (including the base docker images for Ubuntu and Debian) report their architecture as 'aarch64' when installed on an arm64 platform (e.g., an M1 mac). Omnisharp-vim does not recognize that architecture and so fails on the install of Omnisharp-Roslyn with "Error: architecture not supported." In fact, however, it will work fine if the arm64 version is installed because the architectures are the same.
This minor patch causes the installer to treat aarch64 as arm64, allowing the install to proceed.