Skip to content

Commit

Permalink
added build script (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta authored Jun 11, 2024
1 parent 1bd3630 commit e90fa6c
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/debug-toolkit:${TAG} \
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/debug-toolkit:${TAG} \
--push \
.

0 comments on commit e90fa6c

Please # to comment.