File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 pool :
99 vmImage : ' ubuntu-16.04'
1010 steps :
11- - task : Bash@3
11+ - bash : docker-compose build ${{ parameters.images }}
1212 displayName : Create multiarch manifest
13- inputs :
14- script : docker-compose build ${{ parameters.images }}
15- env :
16- TAG : ${{ variables['Build.SourceBranchName'] }}
13+ env :
14+ TAG : ${{ variables['Build.SourceBranchName'] }}
1715- job : BuildContainersForPR_Windows
1816 condition : eq(${{ variables['Build.Reason'] }}, 'PullRequest'))
1917 pool :
2018 vmImage : ' windows-2019'
2119 steps :
22- - task : Bash@3
20+ - bash : docker-compose build ${{ parameters.images }}
2321 displayName : Create multiarch manifest
24- inputs :
25- env :
26- TAG : ${{ variables['Build.SourceBranchName'] }}
27- PLATFORM : win
28- script : docker-compose build ${{ parameters.images }}
22+ env :
23+ TAG : ${{ variables['Build.SourceBranchName'] }}
24+ PLATFORM : win
2925- job : BuildLinux
3026 condition : ne(${{ variables['Build.Reason'] }}, 'PullRequest'))
3127 pool :
You can’t perform that action at this time.
0 commit comments