Build for Linux ARM32 (armhf) and ARM64 (aarch64) (#1382)

Co-authored-by: jp2masa <jp2masa@users.noreply.github.com>
This commit is contained in:
Matthew Leibowitz 2020-07-07 02:23:42 +02:00 committed by GitHub
commit a3472b0627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 461 additions and 493 deletions

View file

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Content Include="*.so" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>