Skip to content

Commit 5d5c4af

Browse files
aledbfkylos101
authored andcommitted
Only build linux/amd64 binary
1 parent 01c21bc commit 5d5c4af

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

0 commit comments

Comments
 (0)