We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac53dff commit 88b3833Copy full SHA for 88b3833
tools/releaseBuild/build.json
@@ -202,6 +202,15 @@
202
"DockerImageName": "ps-ubunutu-14-04",
203
"BinaryBucket": "release"
204
},
205
+ {
206
+ "Name": "ubuntu.14.04-no-appimage",
207
+ "RepoDestinationPath": "/PowerShell",
208
+ "BuildCommand": "/PowerShellPackage.ps1 -location _RepoDestinationPath_ -destination _DockerVolume_ -ReleaseTag _ReleaseTag_ -TarX64 -TarArm",
209
+ "DockerFile": "./tools/releaseBuild/Images/microsoft_powershell_ubuntu14.04/Dockerfile",
210
+ "AdditionalContextFiles" :[ "./tools/releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1"],
211
+ "DockerImageName": "ps-ubunutu-14-04",
212
+ "BinaryBucket": "release"
213
+ },
214
{
215
"Name": "ubuntu.16.04",
216
"RepoDestinationPath": "/PowerShell",
0 commit comments