We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54860ab commit f50b314Copy full SHA for f50b314
npm-js/kalix-scripts/bin/kalix-scripts.js
@@ -17,7 +17,7 @@ const kalixScriptDir = path.resolve(__dirname, '..');
17
18
const dockerBuildArgs =
19
process.arch === 'arm64'
20
- ? ['buildx', 'build', '--platform=linux/amd64']
+ ? ['buildx', 'build', '--platform=linux/amd64', '--load']
21
: ['build'];
22
23
const dockerBuild = (dockerTag) =>
0 commit comments