@@ -20,6 +20,26 @@ stages:
2020 buildKitValue : 1
2121 channel : ${{ parameters.channel }}
2222 channelPath : ${{ parameters.channelPath }}
23+ - template : /.vsts-ci/releaseJob.yml@self
24+ parameters :
25+ archName : ' Build_linux_amd64'
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 }}
2343 - template : /.vsts-ci/releaseJob.yml@self
2444 parameters :
2545 archName : ' Build_linux_amd64'
@@ -80,6 +100,16 @@ stages:
80100 buildKitValue : 1
81101 channel : ${{ parameters.channel }}
82102 channelPath : ${{ parameters.channelPath }}
103+ - template : /.vsts-ci/releaseJob.yml@self
104+ parameters :
105+ archName : ' Build_linux_amd64'
106+ imageName : ubuntu24.04
107+ artifactSuffix : ubuntu2404
108+ poolOS : ' linux'
109+ poolHostArchitecture : ' amd64'
110+ buildKitValue : 1
111+ channel : ${{ parameters.channel }}
112+ channelPath : ${{ parameters.channelPath }}
83113 - template : /.vsts-ci/releaseJob.yml@self
84114 parameters :
85115 archName : ' Build_linux_arm32'
@@ -100,6 +130,16 @@ stages:
100130 buildKitValue : 1
101131 channel : ${{ parameters.channel }}
102132 channelPath : ${{ parameters.channelPath }}
133+ - template : /.vsts-ci/releaseJob.yml@self
134+ parameters :
135+ archName : ' Build_linux_arm64'
136+ imageName : azurelinux3-arm64
137+ artifactSuffix : azurelinux3_arm64
138+ poolOS : ' linux'
139+ poolHostArchitecture : ' arm64'
140+ buildKitValue : 1
141+ channel : ${{ parameters.channel }}
142+ channelPath : ${{ parameters.channelPath }}
103143 - template : /.vsts-ci/releaseJob.yml@self
104144 parameters :
105145 archName : ' Build_linux_arm64'
0 commit comments