Skip to content

Commit

Permalink
Add docker build release script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed May 24, 2023
1 parent 22f016a commit 858da46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_release.sh
Original file line number Diff line number Diff line change
@@ -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 \
.

0 comments on commit 858da46

Please sign in to comment.