We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843ff20 commit d7a78fbCopy full SHA for d7a78fb
.pipelines/build/images.jobs.yaml
@@ -13,8 +13,6 @@ jobs:
13
dependsOn: ${{ job_data.dependsOn }}
14
pool:
15
type: linux
16
- ${{ if eq(job_data.job, 'linux_arm64') }}:
17
- hostArchitecture: arm64
18
19
variables:
20
ob_artifactSuffix: _$(name)
@@ -33,7 +31,6 @@ jobs:
33
31
GOOS: linux
34
32
GOARCH: amd64
35
${{ elseif eq(job_data.job, 'windows_amd64') }}:
36
- LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2004:latest'
37
ob_enable_qemu: true
38
OS: windows
39
ARCH: amd64
0 commit comments