From e90fa6ccb928f7799b982b5c71ae24b23d3d6363 Mon Sep 17 00:00:00 2001 From: Avi-Robusta <97387909+Avi-Robusta@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:00:33 +0300 Subject: [PATCH] added build script (#7) --- build_release.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build_release.sh diff --git a/build_release.sh b/build_release.sh new file mode 100644 index 0000000..8e94da6 --- /dev/null +++ b/build_release.sh @@ -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 \ + . \ No newline at end of file