How to publish from windows VS2017 .NET Core application for linux-arm? When I try to make new publish profile I can choose as Target Runtime: portable, win-x86, win-x64, osx-x64 and linux-x64. (menu: Build->Publish->New profile->Folder->Advanced->Target Runtime)
How to add posibilities for publish to linux-arm and linux-x86? Should I install something more to my developer machine?
linux-x86
runtime target AFAIK – Idola