Skip to content
Snippets Groups Projects
Commit 07c69aa0 authored by Benjamin Staffin's avatar Benjamin Staffin Committed by Eelco Dolstra
Browse files

Add Debian 8.0 builds

Change-Id: I68a54a0c3f97da2d062f43b638de817fd40f2dcd
parent b2798902
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,8 @@ let
deb_debian7i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian7i386);
deb_debian7x86_64 = makeDeb_x86_64 (diskImageFunsFun: diskImageFunsFun.debian7x86_64);
deb_debian8i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian8i386);
deb_debian8x86_64 = makeDeb_x86_64 (diskImageFunsFun: diskImageFunsFun.debian8x86_64);
deb_ubuntu1210i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.ubuntu1210i386);
deb_ubuntu1210x86_64 = makeDeb_x86_64 (diskImageFuns: diskImageFuns.ubuntu1210x86_64);
......
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