Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore(toolchain): rename default buildx builder from rivet_cli -> riv…
Browse files Browse the repository at this point in the history
…et_toolchain
  • Loading branch information
NathanFlurry committed Oct 7, 2024
1 parent b78d7a1 commit 0009a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolchain/src/util/docker/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub async fn build_image(
.await?;
}
DockerBuildMethod::Buildx => {
let builder_name = "rivet_cli";
let builder_name = "rivet_toolchain";

// Determine if needs to create a new builder
let mut inspect_cmd = shell_cmd("docker");
Expand Down

0 comments on commit 0009a79

Please sign in to comment.