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

[pkg] add package_in_docker targets

parent 283a8e66
No related branches found
No related tags found
No related merge requests found
......@@ -206,8 +206,17 @@ prepare_done:
# packaging action
#########################################################################
builder_image:
@make -C docker build
packages: package_deb package_snap package_osx package_win
package_snap_in_docker:
@make -C docker package_snap
package_win_in_docker:
@make -C docker package_win
package_snap:
@make -C build/${PROVIDER} pkg_snap
......
You can use the makefile to build the image.
"make packages" will build packages inside the builder container.
Use https://github.com/kalikaneko/squid-in-a-can if you want to save some bandwith while building your images.
......@@ -12,7 +12,7 @@ case $TYPE in
echo "[+] Building SNAP"
make package_snap
;;
default)
*)
make build
;;
esac
......
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