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 8e1de02 commit e1c1e8aCopy full SHA for e1c1e8a
.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