Skip to content

Commit

Permalink
fix latest
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Jan 2, 2025
1 parent afdac40 commit d9a48a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ gulp.task("latest", async function (done) {
versions.push("-t openiap/openflow:" + majorversion);
}
console.log(versions)
return shell.task([`docker buildx build ${versions.join(" ")} --platform linux/amd64,linux/arm64,linux/arm/v7 --load .`])();
// 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 .`])();
});

gulp.task("build", gulp.series("copyfiles1"));
Expand Down

0 comments on commit d9a48a2

Please sign in to comment.