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 a8c393d commit 4bf3d88Copy full SHA for 4bf3d88
.pipelines/build/images.jobs.yaml
@@ -37,14 +37,14 @@ jobs:
37
ob_enable_qemu: true
38
OS: windows
39
ARCH: amd64
40
- GOOS: windows
41
- GOARCH: amd64
+ #GOOS: windows
+ #GOARCH: amd64
42
${{ elseif eq(job_data.job, 'linux_arm64') }}:
43
44
OS: linux
45
ARCH: arm64
46
- GOOS: linux
47
- GOARCH: arm64
+ #GOOS: linux
+ #GOARCH: arm64
48
steps:
49
- task: DownloadPipelineArtifact@2
50
inputs:
0 commit comments