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.
2 parents 23585b9 + 3077234 commit b3ec110Copy full SHA for b3ec110
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
name: Create matrix
39
id: platforms
40
run: |
41
- echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms')
+ echo matrix=$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') >> $GITHUB_OUTPUT
42
-
43
name: Show matrix
44
0 commit comments