Skip to content

Commit e1c1e8a

Browse files
aledbfkylos101
authored andcommitted
Only build linux/amd64 binary
1 parent 8e1de02 commit e1c1e8a

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

0 commit comments

Comments
 (0)