We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdac40 commit d9a48a2Copy full SHA for d9a48a2
1 file changed
gulpfile.js
@@ -66,8 +66,7 @@ gulp.task("latest", async function (done) {
66
versions.push("-t openiap/openflow:" + majorversion);
67
}
68
console.log(versions)
69
- return shell.task([`docker buildx build ${versions.join(" ")} --platform linux/amd64,linux/arm64,linux/arm/v7 --load .`])();
70
- // return shell.task([`docker buildx build ${versions.join(" ")} --platform linux/amd64 --load .`])();
+ return shell.task([`docker buildx build ${versions.join(" ")} --platform linux/amd64,linux/arm64,linux/arm/v7 --push .`])();
71
});
72
73
gulp.task("build", gulp.series("copyfiles1"));
0 commit comments