summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-05-07 18:09:15 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-05-07 18:55:40 +0200
commit48ec15f3b9fca0b3eb98c0aed11f01efb6d87ff3 (patch)
tree4e048803b5756f38273b39a1b00be95da85522a9 /Makefile
parent283a8e6612583536918efaba9adc30cd5ffebe2c (diff)
[pkg] add package_in_docker targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0c7f5f..174e930 100644
--- a/Makefile
+++ b/Makefile
@@ -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