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 20ac552 commit 3f86658Copy full SHA for 3f86658
.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