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": "Platforms to install (e.g. arm64,riscv64,arm).",
170
+
"default": "all"
171
+
}
172
+
},
173
+
"description": "Configure which QEMU static binaries will be installed.",
174
+
"additionalProperties": false
175
+
},
176
+
"builder": {
177
+
"type": "object",
178
+
"properties": {
179
+
"driver": {
180
+
"type": "string",
181
+
"description": "Sets the builder driver to be used.",
182
+
"default": "docker-container"
183
+
},
184
+
"driver_opts": {
185
+
"type": "string",
186
+
"description": "List of additional driver-specific options (e.g. image=moby/buildkit:master)."
187
+
}
188
+
},
189
+
"description": "Configure the builder instance that will be created and used to build the image.",
190
+
"additionalProperties": false
191
+
}
192
+
},
193
+
"additionalProperties": false
194
+
}
195
+
],
196
+
"description": "Build and push Docker images with Buildx including multi-platform builds (set to `true` to enable with default configuration, or set to an object with custom configuration).",
0 commit comments