Switch to an alpine container and single file, self-contained deployments

This commit is contained in:
Daan Boerlage 2021-03-19 01:10:22 +01:00
parent 1c64328587
commit f25c9250ec
Signed by: daan
GPG key ID: FCE070E1E4956606
6 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win10-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers>
<ApplicationIcon>derp.ico</ApplicationIcon>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<RootNamespace>Geekbot.Bot</RootNamespace>