feat: move distribution builds to platform Docker builder
This commit is contained in:
@@ -202,7 +202,8 @@ type ServerInstance struct {
|
||||
PluginID string `json:"pluginId" db:"plugin_id"`
|
||||
// PluginVersion records the plugin version used for creation or reconcile.
|
||||
PluginVersion string `json:"pluginVersion" db:"plugin_version"`
|
||||
// DeploymentTargetID references the trusted worker used to build a dedicated Run.
|
||||
// DeploymentTargetID references an optional post-creation deployment target;
|
||||
// platform-owned distribution builds never use it as a builder selector.
|
||||
DeploymentTargetID string `json:"deploymentTargetId,omitempty" db:"deployment_target_id"`
|
||||
// RunEndpointID references the dedicated server Run endpoint.
|
||||
RunEndpointID string `json:"runEndpointId" db:"run_endpoint_id"`
|
||||
|
||||
Reference in New Issue
Block a user