diff options
| 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 |
| commit | 858da4635c94a9e168d230643adeb398163fe448 (patch) | |
| tree | c07d59168a1dc618099991da54ff9978303999a9 | |
| parent | 22f016a10a3e53b5c9a6bf5462c1b17035ebbffd (diff) | |
Add docker build release script
| -rwxr-xr-x | build_release.sh | 6 |
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 |
