Skip to content

Commit d9a48a2

Browse files
committed
fix latest
1 parent afdac40 commit d9a48a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ gulp.task("latest", async function (done) {
6666
versions.push("-t openiap/openflow:" + majorversion);
6767
}
6868
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 .`])();
69+
return shell.task([`docker buildx build ${versions.join(" ")} --platform linux/amd64,linux/arm64,linux/arm/v7 --push .`])();
7170
});
7271

7372
gulp.task("build", gulp.series("copyfiles1"));

0 commit comments

Comments
 (0)