diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-01 08:37:00 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-01 08:37:00 +0000 |
commit | d78c9704279c946c5d5965c4c4bf3e44ceea7ece (patch) | |
tree | 9527aa20370d26097c26bd116ec2b6dcabe106c9 /irssi/build_and_push.sh | |
parent | jabber, steam (diff) | |
download | scripts-d78c9704279c946c5d5965c4c4bf3e44ceea7ece.tar.gz scripts-d78c9704279c946c5d5965c4c4bf3e44ceea7ece.zip |
updates
Diffstat (limited to 'irssi/build_and_push.sh')
-rwxr-xr-x | irssi/build_and_push.sh | 3 |
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 . |