Skip to content

Commit

Permalink
Update build yaml files with newly added distros (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi authored Nov 7, 2024
1 parent d12ee12 commit e3af4cb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .vsts-ci/previewReleaseStage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ stages:
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
imageName: alpine320
artifactSuffix: alpine320
poolOS: 'linux'
poolHostArchitecture: 'amd64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
imageName: azurelinux3
artifactSuffix: azurelinux3
poolOS: 'linux'
poolHostArchitecture: 'amd64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
Expand Down Expand Up @@ -80,6 +100,16 @@ stages:
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
imageName: ubuntu24.04
artifactSuffix: ubuntu2404
poolOS: 'linux'
poolHostArchitecture: 'amd64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_arm32'
Expand All @@ -100,6 +130,16 @@ stages:
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_arm64'
imageName: azurelinux3-arm64
artifactSuffix: azurelinux3_arm64
poolOS: 'linux'
poolHostArchitecture: 'arm64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_arm64'
Expand Down
30 changes: 30 additions & 0 deletions .vsts-ci/stableReleaseStage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ stages:
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
imageName: alpine320
artifactSuffix: alpine320
poolOS: 'linux'
poolHostArchitecture: 'amd64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
imageName: azurelinux3
artifactSuffix: azurelinux3
poolOS: 'linux'
poolHostArchitecture: 'amd64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_amd64'
Expand Down Expand Up @@ -100,6 +120,16 @@ stages:
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_arm64'
imageName: azurelinux3-arm64
artifactSuffix: azurelinux3_arm64
poolOS: 'linux'
poolHostArchitecture: 'arm64'
buildKitValue: 1
channel: ${{ parameters.channel }}
channelPath: ${{ parameters.channelPath }}
- template: /.vsts-ci/releaseJob.yml@self
parameters:
archName: 'Build_linux_arm64'
Expand Down

0 comments on commit e3af4cb

Please sign in to comment.