diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-29 17:40:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-29 17:40:35 +0000 |
commit | 7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a (patch) | |
tree | eb2cda0e33011529fb03e3fc69410453289ef55f /cointop/build_and_push.sh | |
parent | remove extra lines (diff) | |
download | dockerimages-7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a.tar.gz dockerimages-7a6193b0ff67b9f177e2adf4ecca3eefad28bf5a.zip |
cointop builds
Diffstat (limited to '')
-rwxr-xr-x | cointop/build_and_push.sh | 6 |
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 |