We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd3630 commit e90fa6cCopy full SHA for e90fa6c
build_release.sh
@@ -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