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 c698bc1 commit 5678bc6Copy full SHA for 5678bc6
.github/workflows/build.yml
@@ -34,7 +34,9 @@ jobs:
34
matrix: ${{ steps.matrix.outputs.matrix }}
35
steps:
36
- id: matrix
37
+ name: build matrix
38
run: |
39
+ jq --version
40
QUERY='[foreach .[] as $platform (0; foreach $platform.policies.[] as $policy (0; {policy: $policy, platform: $platform.platform, runner: $platform.runner}))]'
41
JSON=$(cat << EOF | jq -c "${QUERY}"
42
[
0 commit comments