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 12d84a1 commit e62e9c4Copy full SHA for e62e9c4
.github/workflows/collector-builder.yml
@@ -81,7 +81,7 @@ jobs:
81
matrix:
82
arch: [amd64, arm64, ppc64le]
83
exclude:
84
- - arch: ${{ contains(inputs.architectures, 'ppc64le') && '' || 'ppc64le' }}
+ - arch: ${{ (contains(inputs.architectures, 'ppc64le') && '') || 'ppc64le' }}
85
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-24.04-arm') || 'ubuntu-24.04' }}
86
87
env:
.github/workflows/collector.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments