Skip to content

Commit

Permalink
feat: use moby context by default (#1964)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy authored Feb 1, 2025
1 parent e32ab14 commit 3bfd29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/home/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func Initialize() error {
Contexts: []types.Context{
{
Name: "default",
Builder: types.BuilderTypeDocker,
Builder: types.BuilderTypeMoby,
BuilderAddress: "envd_buildkitd",
Runner: types.RunnerTypeDocker,
RunnerAddress: nil,
Expand Down

0 comments on commit 3bfd29a

Please sign in to comment.