aboutsummaryrefslogtreecommitdiffstats
path: root/cointop/build_and_push.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-29 17:40:35 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-29 17:40:35 +0000
commit7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a (patch)
treeeb2cda0e33011529fb03e3fc69410453289ef55f /cointop/build_and_push.sh
parentremove extra lines (diff)
downloaddockerimages-7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a.tar.gz
dockerimages-7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a.zip
cointop builds
Diffstat (limited to '')
-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