We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991ca1d commit f12cc3bCopy full SHA for f12cc3b
lib/plugins/aws/provider.js
@@ -2262,7 +2262,8 @@ Object.defineProperties(
2262
imagePath,
2263
];
2264
2265
- // This is an optional argument, so we only append to the arguments if "platform" is specified.
+ // These are optional arguments, so we only append to the arguments
2266
+ // if "platform" or "provenance" is specified.
2267
if (platform !== '') buildDockerArgs.push(`--platform=${platform}`);
2268
if (provenance !== '') buildDockerArgs.push(`--provenance=${provenance}`)
2269
0 commit comments