OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

Install Omnisharp-Roslyn arm64 for architecture reported as aarch64 #754

Closed sam-mfb closed 2 years ago

sam-mfb commented 2 years ago

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.

nickspoons commented 2 years ago

Thanks for the fix!