Skip to content
Snippets Groups Projects
Unverified Commit b3ad57b7 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] target to build windows pkg in container

parent e977c302
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment