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 3a77d58 commit 7e8b95eCopy full SHA for 7e8b95e
.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