aboutsummaryrefslogtreecommitdiffstats
path: root/cointop/build_and_push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cointop/build_and_push.sh')
-rwxr-xr-xcointop/build_and_push.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/cointop/build_and_push.sh b/cointop/build_and_push.sh
new file mode 100755
index 0000000..e3173e1
--- /dev/null
+++ b/cointop/build_and_push.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+docker buildx create --name armbuilder
+docker buildx use armbuilder
+https_proxy=socks5://[::1]:9993 docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t bloodstalker/cointop . && \
+ docker buildx imagetools inspect bloodstalker/cointop