Skip to content

Commit 6ffb209

Browse files
committed
(build) moving docker utils to separate file
1 parent 3022a45 commit 6ffb209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/parameters.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class BuildParameters
6060

6161
var target = context.Argument("target", "Default");
6262
var buildSystem = context.BuildSystem();
63-
var dockerCliPlatform = GetDockerCliPlatform(context);
63+
var dockerCliPlatform = context.Environment.Platform.Family != PlatformFamily.OSX ? GetDockerCliPlatform(context) : "";
6464

6565
return new BuildParameters {
6666
Target = target,

0 commit comments

Comments
 (0)