Skip to content

Commit f527ccd

Browse files
committed
added release script
1 parent 73a7d5d commit f527ccd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build_release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker buildx build \
2+
--build-arg BUILDKIT_INLINE_CACHE=1 \
3+
--platform linux/arm64,linux/amd64 \
4+
--tag robustadev/kubewatch:${TAG} \
5+
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${TAG} \
6+
--push \
7+
.

0 commit comments

Comments
 (0)