Skip to content

Commit b2f2d27

Browse files
committed
fix azure linux image
1 parent 2dca1e7 commit b2f2d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ variables:
1717
repoName: betaflight-configurator-nightlies
1818
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
1919
releaseNotes: This is a release build. It does not contain the debug console.
20+
linuxVmImage: 'ubuntu-20.04'
2021

2122
parameters:
2223
- name: releaseBuild
@@ -121,7 +122,7 @@ stages:
121122

122123
- job: 'Linux'
123124
pool:
124-
vmImage: 'ubuntu-20.04'
125+
vmImage: '$(linuxVmImage)'
125126

126127
steps:
127128
- task: UseNode@1

0 commit comments

Comments
 (0)