Skip to content

Commit 56b8ddf

Browse files
committed
Only build linux/amd64 binary
1 parent 794c1a8 commit 56b8ddf

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)