Skip to content

Commit

Permalink
added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jun 11, 2024
1 parent 73a7d5d commit f527ccd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
docker buildx build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--platform linux/arm64,linux/amd64 \
--tag robustadev/kubewatch:${TAG} \
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${TAG} \
--push \
.

0 comments on commit f527ccd

Please sign in to comment.