From 08a43ede0b292c8ce2178b3d305587f151a2bdf4 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Tue, 12 May 2020 16:15:06 +0300 Subject: [PATCH] (build) publishing alpine tar.gz --- build/utils/parameters.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/utils/parameters.cake b/build/utils/parameters.cake index 573221557d..54861b3ff9 100644 --- a/build/utils/parameters.cake +++ b/build/utils/parameters.cake @@ -141,7 +141,7 @@ public class BuildParameters NativeRuntimes = new Dictionary { [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" }, };