aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/build_and_push.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-01 08:37:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-01 08:37:00 +0000
commitd78c9704279c946c5d5965c4c4bf3e44ceea7ece (patch)
tree9527aa20370d26097c26bd116ec2b6dcabe106c9 /irssi/build_and_push.sh
parentjabber, steam (diff)
downloadscripts-d78c9704279c946c5d5965c4c4bf3e44ceea7ece.tar.gz
scripts-d78c9704279c946c5d5965c4c4bf3e44ceea7ece.zip
updates
Diffstat (limited to '')
-rwxr-xr-xirssi/build_and_push.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/irssi/build_and_push.sh b/irssi/build_and_push.sh
new file mode 100755
index 0000000..eb12244
--- /dev/null
+++ b/irssi/build_and_push.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+https_proxy=socks5://[::1]:9993 docker buildx build --platform linux/amd64 --push -t bloodstalker/irssi .