We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82613e commit 9e203aeCopy full SHA for 9e203ae
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Create matrix
37
id: platforms
38
run: |
39
- echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms')
+ echo ::set-output name=matrix::["linux/amd64"]
40
-
41
name: Show matrix
42
0 commit comments