Skip to content

Commit 08a43ed

Browse files
committed
(build) publishing alpine tar.gz
1 parent 7bc6695 commit 08a43ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/utils/parameters.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class BuildParameters
141141
NativeRuntimes = new Dictionary<PlatformFamily, string[]>
142142
{
143143
[PlatformFamily.Windows] = new[] { "win-x64", "win-x86" },
144-
[PlatformFamily.Linux] = new[] { "debian.9-x64", "centos.7-x64", "fedora.30-x64", "ubuntu.16.04-x64", "ubuntu.18.04-x64" },
144+
[PlatformFamily.Linux] = new[] { "alpine.3.10-x64", "debian.9-x64", "centos.7-x64", "fedora.30-x64", "ubuntu.16.04-x64", "ubuntu.18.04-x64" },
145145
[PlatformFamily.OSX] = new[] { "osx-x64" },
146146
};
147147

0 commit comments

Comments
 (0)