|
| 1 | +{ |
| 2 | + "Windows": [ |
| 3 | + { |
| 4 | + "Name": "win-x64-symbols", |
| 5 | + "RepoDestinationPath": "C:\\PowerShellNative", |
| 6 | + "BuildCommand": "C:\\powershellnative\\tools\\releasebuild\\PowerShellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch x64 -Configuration Release -Symbols", |
| 7 | + "BuildDockerOptions": [ |
| 8 | + "-m", |
| 9 | + "3968m" |
| 10 | + ], |
| 11 | + "DockerFile": ".\\tools\\releaseBuild\\Images\\Windows\\DockerFile", |
| 12 | + "AdditionalContextFiles": [ |
| 13 | + ".\\tools\\releaseBuild\\PowerShellNative.ps1" |
| 14 | + ], |
| 15 | + "DockerImageName": "ps-winsrvcore", |
| 16 | + "BinaryBucket": "release", |
| 17 | + "ArtifactsExpected": 1, |
| 18 | + "VariableForExtractedBinariesPath": "Symbols_x64", |
| 19 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "Name": "win-x86-symbols", |
| 23 | + "RepoDestinationPath": "C:\\PowerShellNative", |
| 24 | + "BuildCommand": "C:\\powershellnative\\tools\\releasebuild\\PowerShellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch x86 -Configuration Release -Symbols", |
| 25 | + "BuildDockerOptions": [ |
| 26 | + "-m", |
| 27 | + "3968m" |
| 28 | + ], |
| 29 | + "DockerFile": ".\\tools\\releaseBuild\\Images\\Windows\\DockerFile", |
| 30 | + "AdditionalContextFiles": [ |
| 31 | + ".\\tools\\releaseBuild\\PowerShellNative.ps1" |
| 32 | + ], |
| 33 | + "DockerImageName": "ps-winsrvcore", |
| 34 | + "BinaryBucket": "release", |
| 35 | + "ArtifactsExpected": 1, |
| 36 | + "VariableForExtractedBinariesPath": "Symbols_x86", |
| 37 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 38 | + }, |
| 39 | + { |
| 40 | + "Name": "win-x64_arm-symbols", |
| 41 | + "RepoDestinationPath": "C:\\PowerShellNative", |
| 42 | + "BuildCommand": "C:\\powershellnative\\tools\\releasebuild\\PowerShellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch x64_arm -Configuration Release -Symbols", |
| 43 | + "BuildDockerOptions": [ |
| 44 | + "-m", |
| 45 | + "3968m" |
| 46 | + ], |
| 47 | + "DockerFile": ".\\tools\\releaseBuild\\Images\\Windows\\DockerFile", |
| 48 | + "AdditionalContextFiles": [ |
| 49 | + ".\\tools\\releaseBuild\\PowerShellNative.ps1" |
| 50 | + ], |
| 51 | + "DockerImageName": "ps-winsrvcore", |
| 52 | + "BinaryBucket": "release", |
| 53 | + "ArtifactsExpected": 1, |
| 54 | + "VariableForExtractedBinariesPath": "Symbols_x64_arm", |
| 55 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 56 | + }, |
| 57 | + { |
| 58 | + "Name": "win-x64_arm64-symbols", |
| 59 | + "RepoDestinationPath": "C:\\PowerShellNative", |
| 60 | + "BuildCommand": "C:\\powershellnative\\tools\\releasebuild\\PowerShellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch x64_arm64 -Configuration Release -Symbols", |
| 61 | + "BuildDockerOptions": [ |
| 62 | + "-m", |
| 63 | + "3968m" |
| 64 | + ], |
| 65 | + "DockerFile": ".\\tools\\releaseBuild\\Images\\Windows\\DockerFile", |
| 66 | + "AdditionalContextFiles": [ |
| 67 | + ".\\tools\\releaseBuild\\PowerShellNative.ps1" |
| 68 | + ], |
| 69 | + "DockerImageName": "ps-winsrvcore", |
| 70 | + "BinaryBucket": "release", |
| 71 | + "ArtifactsExpected": 1, |
| 72 | + "VariableForExtractedBinariesPath": "Symbols_x64_arm64", |
| 73 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 74 | + } |
| 75 | + ], |
| 76 | + "Linux": [ |
| 77 | + { |
| 78 | + "Name": "ubuntu.16.04", |
| 79 | + "RepoDestinationPath": "/PowerShellNative", |
| 80 | + "BuildCommand": "/PowerShellNative/tools/releaseBuild/PowershellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch linux-arm -Configuration Release", |
| 81 | + "AdditionalContextFiles": [ |
| 82 | + "./tools/releaseBuild/PowershellNative.ps1" |
| 83 | + ], |
| 84 | + "DockerFile": "./tools/releaseBuild/images/Ubuntu16.04/Dockerfile", |
| 85 | + "DockerImageName": "ps-ubunutu-16-04", |
| 86 | + "BinaryBucket": "release", |
| 87 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 88 | + }, |
| 89 | + { |
| 90 | + "Name": "centos.7", |
| 91 | + "RepoDestinationPath": "/PowerShellNative", |
| 92 | + "BuildCommand": "/PowerShellNative/tools/releaseBuild/PowershellNative.ps1 -RepoRoot _RepoDestinationPath_ -TargetLocation _DockerVolume_ -Arch linux-x64 -Configuration Release", |
| 93 | + "AdditionalContextFiles": [ |
| 94 | + "./tools/releaseBuild/PowershellNative.ps1" |
| 95 | + ], |
| 96 | + "DockerFile": "./tools/releaseBuild/images/CentOS/Dockerfile", |
| 97 | + "DockerImageName": "ps-centos-7", |
| 98 | + "BinaryBucket": "release", |
| 99 | + "EnableFeature": [ "ArtifactAsFolder" ] |
| 100 | + } |
| 101 | + ] |
| 102 | +} |
0 commit comments