Skip to content

Commit e3fe650

Browse files
aledbfkylos101
authored andcommitted
Only build linux/amd64 binary
1 parent 0e77198 commit e3fe650

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
@@ -38,7 +38,7 @@ jobs:
3838
name: Create matrix
3939
id: platforms
4040
run: |
41-
echo matrix=$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') >> $GITHUB_OUTPUT
41+
echo ::set-output name=matrix::'["linux/amd64"]'
4242
-
4343
name: Show matrix
4444
run: |

0 commit comments

Comments
 (0)