Skip to content

Commit

Permalink
Merge b44993d into 7690b28
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra authored Mar 1, 2025
2 parents 7690b28 + b44993d commit b6227a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/build/imgsrc/ensure_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func validateBuilder(ctx context.Context, app *fly.App) (*fly.Machine, error) {
}

return machine, nil

}

func validateBuilderVolumes(ctx context.Context, flapsClient flapsutil.FlapsClient) (*fly.Volume, error) {
Expand Down Expand Up @@ -324,6 +323,7 @@ func createBuilder(ctx context.Context, org *fly.Organization, region, builderNa
Region: region,
})
if retErr == nil {
region = volume.Region
break
}

Expand Down

0 comments on commit b6227a4

Please sign in to comment.