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
description: `Specify the package variants to build (only for packages that support it). Defined by comma-separated list of variant names. Example: "variant1,variant2"`,
55
55
type: "string"
56
+
},
57
+
skip_compose_validation: {
58
+
alias: "skip-compose-validation",
59
+
description: `Skip the Dappnode compose validation step`,
description: `Specify the package variants to build (only for packages that support it). Defined by comma-separated list of variant names. If not specified, all variants will be built. Example: "variant1,variant2"`,
85
85
type: "string"
86
+
},
87
+
skip_compose_validation: {
88
+
alias: "skip-compose-validation",
89
+
description: `Skip the Dappnode compose validation step`,
0 commit comments