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
Currently we have templates that are reading deprecated limayaml:
templates/docker-rootful.yaml: {{- if .Instance.Config.VMOpts.VZ.Rosetta.Enabled}}
templates/docker.yaml: {{- if .Instance.Config.VMOpts.VZ.Rosetta.Enabled}}
They need some new way to query this, when it is a driver feature.
That is: the VZ.Rosetta.Enabled struct is "unknown" to the lima core