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 9f96f67 commit af734fcCopy full SHA for af734fc
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
name: Create matrix
35
id: platforms
36
run: |
37
- echo matrix=$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') >> $GITHUB_OUTPUT
+ echo ::set-output name=matrix::'["linux/amd64"]'
38
-
39
name: Show matrix
40
0 commit comments