summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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