Skip to content

Commit

Permalink
(build) publishing alpine tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed May 12, 2020
1 parent 7bc6695 commit 08a43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/parameters.cake
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public class BuildParameters
NativeRuntimes = new Dictionary<PlatformFamily, string[]>
{
[PlatformFamily.Windows] = new[] { "win-x64", "win-x86" },
[PlatformFamily.Linux] = new[] { "debian.9-x64", "centos.7-x64", "fedora.30-x64", "ubuntu.16.04-x64", "ubuntu.18.04-x64" },
[PlatformFamily.Linux] = new[] { "alpine.3.10-x64", "debian.9-x64", "centos.7-x64", "fedora.30-x64", "ubuntu.16.04-x64", "ubuntu.18.04-x64" },
[PlatformFamily.OSX] = new[] { "osx-x64" },
};

Expand Down

0 comments on commit 08a43ed

Please sign in to comment.