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
Copy file name to clipboardExpand all lines: src/spec-node/devContainersSpecCLI.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ function provisionOptions(y: Argv) {
129
129
'cache-from': {type: 'string',description: 'Additional image to use as potential layer cache during image building'},
130
130
'cache-to': {type: 'string',description: 'Additional image to use as potential layer cache during image building'},
131
131
'buildkit': {choices: ['auto'as'auto','never'as'never'],default: 'auto'as'auto',description: 'Control whether BuildKit should be used'},
132
+
'platform': {type: 'string',description: 'Set target platform (e.g. linux/amd64). Used to resolve, pull and build the base image.'},
132
133
'additional-features': {type: 'string',description: 'Additional features to apply to the dev container (JSON as per "features" section in devcontainer.json)'},
133
134
'skip-feature-auto-mapping': {type: 'boolean',default: false,hidden: true,description: 'Temporary option for testing.'},
134
135
'skip-post-attach': {type: 'boolean',default: false,description: 'Do not run postAttachCommand.'},
0 commit comments