Skip to content

Commit 9e203ae

Browse files
committed
Only build linux/amd64 binary
1 parent e82613e commit 9e203ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Create matrix
3737
id: platforms
3838
run: |
39-
echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms')
39+
echo ::set-output name=matrix::["linux/amd64"]
4040
-
4141
name: Show matrix
4242
run: |

0 commit comments

Comments
 (0)