@@ -20,6 +20,26 @@ stages:
20
20
buildKitValue : 1
21
21
channel : ${{ parameters.channel }}
22
22
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 }}
23
43
- template : /.vsts-ci/releaseJob.yml@self
24
44
parameters :
25
45
archName : ' Build_linux_amd64'
@@ -80,6 +100,16 @@ stages:
80
100
buildKitValue : 1
81
101
channel : ${{ parameters.channel }}
82
102
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 }}
83
113
- template : /.vsts-ci/releaseJob.yml@self
84
114
parameters :
85
115
archName : ' Build_linux_arm32'
@@ -100,6 +130,16 @@ stages:
100
130
buildKitValue : 1
101
131
channel : ${{ parameters.channel }}
102
132
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 }}
103
143
- template : /.vsts-ci/releaseJob.yml@self
104
144
parameters :
105
145
archName : ' Build_linux_arm64'
0 commit comments