@@ -23,8 +23,28 @@ stages:
2323 - template : /.vsts-ci/releaseJob.yml@self
2424 parameters :
2525 archName : ' Build_linux_amd64'
26- imageName : mariner2
27- artifactSuffix : mariner2
26+ imageName : alpine320
27+ artifactSuffix : alpine320
28+ poolOS : ' linux'
29+ poolHostArchitecture : ' amd64'
30+ buildKitValue : 1
31+ channel : ${{ parameters.channel }}
32+ channelPath : ${{ parameters.channelPath }}
33+ - template : /.vsts-ci/releaseJob.yml@self
34+ parameters :
35+ archName : ' Build_linux_amd64'
36+ imageName : azurelinux3
37+ artifactSuffix : azurelinux3
38+ poolOS : ' linux'
39+ poolHostArchitecture : ' amd64'
40+ buildKitValue : 1
41+ channel : ${{ parameters.channel }}
42+ channelPath : ${{ parameters.channelPath }}
43+ - template : /.vsts-ci/releaseJob.yml@self
44+ parameters :
45+ archName : ' Build_linux_amd64'
46+ imageName : debian12
47+ artifactSuffix : debian12
2848 poolOS : ' linux'
2949 poolHostArchitecture : ' amd64'
3050 buildKitValue : 1
@@ -33,8 +53,8 @@ stages:
3353 - template : /.vsts-ci/releaseJob.yml@self
3454 parameters :
3555 archName : ' Build_linux_amd64'
36- imageName : ubi8
37- artifactSuffix : ubi8
56+ imageName : mariner2
57+ artifactSuffix : mariner2
3858 poolOS : ' linux'
3959 poolHostArchitecture : ' amd64'
4060 buildKitValue : 1
@@ -82,24 +102,22 @@ stages:
82102 channelPath : ${{ parameters.channelPath }}
83103 - template : /.vsts-ci/releaseJob.yml@self
84104 parameters :
85- archName : ' Build_windows_amd64'
86- imageName : nanoserver1809
87- artifactSuffix : nanoserver1809
88- poolOS : ' windows'
89- poolHostVersion : ' 1ESWindows2022'
90- windowsContainerImageValue : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
91- maxParallel : 3
105+ archName : ' Build_linux_arm64'
106+ imageName : azurelinux3-arm64
107+ artifactSuffix : azurelinux3_arm64
108+ poolOS : ' linux'
109+ poolHostArchitecture : ' arm64'
110+ buildKitValue : 1
92111 channel : ${{ parameters.channel }}
93112 channelPath : ${{ parameters.channelPath }}
94113 - template : /.vsts-ci/releaseJob.yml@self
95114 parameters :
96- archName : ' Build_windows_amd64'
97- imageName : nanoserver2022
98- artifactSuffix : nanoserver2022
99- poolOS : ' windows'
100- poolHostVersion : ' 1ESWindows2022'
101- windowsContainerImageValue : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
102- maxParallel : 3
115+ archName : ' Build_linux_arm64'
116+ imageName : mariner2-arm64
117+ artifactSuffix : mariner2_arm64
118+ poolOS : ' linux'
119+ poolHostArchitecture : ' arm64'
120+ buildKitValue : 1
103121 channel : ${{ parameters.channel }}
104122 channelPath : ${{ parameters.channelPath }}
105123 - template : /.vsts-ci/releaseJob.yml@self
0 commit comments