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 0912048 commit baddaf5Copy full SHA for baddaf5
.github/workflows/collector.yml
@@ -37,7 +37,7 @@ jobs:
37
name: Prepare builders for collector
38
runs-on: ubuntu-24.04
39
outputs:
40
- local-exclude: ${{ steps.arch.outputs.local-exclude || '' }}
+ local-exclude: ${{ steps.arch.outputs.local-exclude || '[]' }}
41
42
steps:
43
- name: Check arches for local build
0 commit comments