summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/Makefile b/docker/Makefile
index f3e71dd..bdcc2b8 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -10,5 +10,14 @@ prune:
docker system prune
login:
docker login $(REGISTRY)
+package_win:
+ docker run \
+ -e XBUILD=win \
+ -e PROVIDER=riseup \
+ -v `python3 -c 'import os; print(os.path.abspath(".."))'`:/bitmask-vpn.orig \
+ --cpus="4" \
+ -it --rm \
+ $(REGISTRY)/$(IMAGE):latest \
+ /builder.sh
shell:
docker run -v `python3 -c 'import os; print(os.path.abspath(".."))'`:/bitmask-vpn.orig -it --rm $(REGISTRY)/$(IMAGE):latest /bin/bash