Skip to content

Commit e90fa6c

Browse files
authored
added build script (#7)
1 parent 1bd3630 commit e90fa6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build_release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker buildx build \
2+
--build-arg BUILDKIT_INLINE_CACHE=1 \
3+
--platform linux/arm64,linux/amd64 \
4+
--tag robustadev/debug-toolkit:${TAG} \
5+
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/debug-toolkit:${TAG} \
6+
--push \
7+
.

0 commit comments

Comments
 (0)