|
@@ -15,7 +15,8 @@
|
|
param(
|
|
param(
|
|
[Parameter(Mandatory=$true)][string]$CommitString,
|
|
[Parameter(Mandatory=$true)][string]$CommitString,
|
|
[Parameter(Mandatory=$true)][string]$DockerVersion,
|
|
[Parameter(Mandatory=$true)][string]$DockerVersion,
|
|
- [Parameter(Mandatory=$false)][string]$Platform
|
|
|
|
|
|
+ [Parameter(Mandatory=$false)][string]$Platform,
|
|
|
|
+ [Parameter(Mandatory=$false)][string]$Product
|
|
)
|
|
)
|
|
|
|
|
|
$ErrorActionPreference = "Stop"
|
|
$ErrorActionPreference = "Stop"
|
|
@@ -45,6 +46,7 @@ const (
|
|
Version string = "'+$DockerVersion+'"
|
|
Version string = "'+$DockerVersion+'"
|
|
BuildTime string = "'+$buildDateTime+'"
|
|
BuildTime string = "'+$buildDateTime+'"
|
|
PlatformName string = "'+$Platform+'"
|
|
PlatformName string = "'+$Platform+'"
|
|
|
|
+ ProductName string = "'+$Product+'"
|
|
)
|
|
)
|
|
|
|
|
|
// AUTOGENERATED FILE; see hack\make\.go-autogen.ps1
|
|
// AUTOGENERATED FILE; see hack\make\.go-autogen.ps1
|