Skip to content

Commit 81854eb

Browse files
committed
Only build linux/amd64 binary
1 parent e82613e commit 81854eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)