summaryrefslogtreecommitdiff
path: root/build_release.sh
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-24 11:14:36 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-24 11:14:36 +0300
commit858da4635c94a9e168d230643adeb398163fe448 (patch)
treec07d59168a1dc618099991da54ff9978303999a9 /build_release.sh
parent22f016a10a3e53b5c9a6bf5462c1b17035ebbffd (diff)
Add docker build release script
Diffstat (limited to 'build_release.sh')
-rwxr-xr-xbuild_release.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_release.sh b/build_release.sh
new file mode 100755
index 0000000..689bde1
--- /dev/null
+++ b/build_release.sh
@@ -0,0 +1,6 @@
+docker buildx build \
+ --build-arg BUILDKIT_INLINE_CACHE=1 \
+ --platform linux/arm64,linux/amd64 \
+ --tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:${TAG} \
+ --push \
+ . \ No newline at end of file