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