You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nsc: add --builder_shape flag to buildx setup (#1805)
Allows requesting a specific builder shape (e.g. 4x16) when setting up
the server-side buildx proxy. Wired through BuilderConfiguration.Shape
to GetBuilderConfigurationRequest.BuilderShape.
Requires builder customization to be enabled for the workspace.
Amp-Thread-ID:
https://ampcode.com/threads/T-019e2090-db2c-726b-b8a7-c25ee50d3a65
Co-authored-by: Amp <amp@ampcode.com>
experimental:=cmd.Flags().String("experimental", "", "A set of experimental features to be passed at construction time.")
85
87
_=cmd.Flags().MarkHidden("experimental")
88
+
builderShape:=cmd.Flags().String("builder_shape", "", "If set, requests a specific builder shape in the form <vcpu>x<memGB> (e.g. 4x16). Requires builder customization to be enabled for your workspace — reach out to the Namespace team.")
0 commit comments