summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-01 12:08:51 -0700
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-01 12:08:51 -0700
commitb78f101478415a6c504c6aef98a1b71050ed0bbc (patch)
treee7284906df32c8b4e13b99f4ae08d857f631aaff /Makefile
parentSecond attempt to fix failback text size for ImageItem (diff)
downloadnheko-b78f101478415a6c504c6aef98a1b71050ed0bbc.tar.xz
Add Dockerfile to create an AppImage for Debian (#156)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 053e40c4..a63a228f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,9 @@ lint:
 image:
 	docker build -t nheko-app-image .
 
+debian-image:
+	docker build -f Dockerfile.debian -t nheko-debian-appimage .
+
 linux-deploy:
 	./.ci/linux/deploy.sh
 	./.ci/linux/create-packages.sh
@@ -40,5 +43,9 @@ docker-app-image: image
 		--privileged \
 		-v `pwd`:/build nheko-app-image make linux-deploy
 
+docker-debian-appimage: debian-image
+	docker run -v `pwd`:/build nheko-debian-appimage make release
+	docker run --privileged -v `pwd`:/build nheko-debian-appimage make linux-deploy
+
 clean:
 	rm -rf build