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