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 23585b9 commit 3077234Copy full SHA for 3077234
.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