Skip to content

Commit 88b3833

Browse files
authored
Add no appimage build (PowerShell#6380)
1 parent ac53dff commit 88b3833

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/releaseBuild/build.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@
202202
"DockerImageName": "ps-ubunutu-14-04",
203203
"BinaryBucket": "release"
204204
},
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+
},
205214
{
206215
"Name": "ubuntu.16.04",
207216
"RepoDestinationPath": "/PowerShell",

0 commit comments

Comments
 (0)