Skip to content

Commit 41747c6

Browse files
authored
Merge pull request #2645 from Asizon/azurefix
Fix azure linux image
2 parents 2dca1e7 + 8b7566d commit 41747c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 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
@@ -148,6 +149,8 @@ stages:
148149
- stage: Release
149150
jobs:
150151
- job: Release
152+
pool:
153+
vmImage: '$(linuxVmImage)'
151154

152155
steps:
153156
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)