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
The yaml parser used in craft tools will interpret unquoted multi-arch: no as multi-arch: false. This can be confusing, we should add a proper error message when the system detects unquoted no (or even allow false as a synonym for "no").
The yaml parser used in craft tools will interpret unquoted
multi-arch: noasmulti-arch: false. This can be confusing, we should add a proper error message when the system detects unquotedno(or even allowfalseas a synonym for"no").