Skip to content

Commit 04da5be

Browse files
anamnaviharryzcy
authored andcommitted
Update build yaml files with newly added distros (#840)
1 parent 157e0fe commit 04da5be

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

.vsts-ci/previewReleaseStage.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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'

.vsts-ci/stableReleaseStage.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
@@ -100,6 +120,16 @@ stages:
100120
buildKitValue: 1
101121
channel: ${{ parameters.channel }}
102122
channelPath: ${{ parameters.channelPath }}
123+
- template: /.vsts-ci/releaseJob.yml@self
124+
parameters:
125+
archName: 'Build_linux_arm64'
126+
imageName: azurelinux3-arm64
127+
artifactSuffix: azurelinux3_arm64
128+
poolOS: 'linux'
129+
poolHostArchitecture: 'arm64'
130+
buildKitValue: 1
131+
channel: ${{ parameters.channel }}
132+
channelPath: ${{ parameters.channelPath }}
103133
- template: /.vsts-ci/releaseJob.yml@self
104134
parameters:
105135
archName: 'Build_linux_arm64'

0 commit comments

Comments
 (0)