Skip to content

Commit

Permalink
Add Ubuntu 22.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Nov 16, 2022
1 parent acf46ad commit 01e2413
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/create-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ stages:
parameters:
ubuntu_version: 20.04
job_name: 'Ubuntu20_04'
- template: jobs/release_ubuntu.yml
parameters:
ubuntu_version: 22.04
job_name: 'Ubuntu22_04'
- job: 'Debian'
pool:
vmImage: 'ubuntu-18.04'
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ stages:
parameters:
ubuntu_version: 20.04
job_name: 'Ubuntu20_04'
- template: jobs/release_ubuntu.yml
parameters:
ubuntu_version: 22.04
job_name: 'Ubuntu22_04'
- job: 'Debian'
pool:
vmImage: 'ubuntu-18.04'
Expand Down

0 comments on commit 01e2413

Please sign in to comment.