diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-05-07 18:09:15 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-05-07 18:55:40 +0200 |
commit | 48ec15f3b9fca0b3eb98c0aed11f01efb6d87ff3 (patch) | |
tree | 4e048803b5756f38273b39a1b00be95da85522a9 /Makefile | |
parent | 283a8e6612583536918efaba9adc30cd5ffebe2c (diff) |
[pkg] add package_in_docker targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |