Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
try to add ARM pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 3, 2022
1 parent 620c3a5 commit f785f60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions eng/pipelines/msquic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ stages:
pool:
vmImage: 'ubuntu-18.04'

- template: /eng/pipelines/templates/build-job.yml
parameters:
osGroup: Linux
archType: arm64
runTests: false
container:
registry: mcr
image: ubuntu-18.04-arm64v8-20220803130954-bfcd90a
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
isOfficialBuild: true
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Arm64
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
pool:
vmImage: 'ubuntu-18.04'

- template: /eng/pipelines/templates/build-job.yml
parameters:
osGroup: macOS
Expand Down

0 comments on commit f785f60

Please sign in to comment.