More Linux Docker build farm targets.

This commit is contained in:
Adam Ierymenko 2016-06-24 14:45:09 -07:00
commit 9784393b15
4 changed files with 23 additions and 0 deletions

View file

@ -20,6 +20,8 @@ cd linux-build-farm
for distro in $*; do
cd $distro
rm -f *.deb
cd x64
mv ../../zt1-src.tar.gz .
docker build -t zt1-build-${distro}-x64 .

View file

@ -0,0 +1,10 @@
FROM ubuntu:wily
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
RUN apt-get update
RUN apt-get install -y build-essential debhelper libhttp-parser-dev liblz4-dev libnatpmp-dev dh-systemd ruby-ronn g++ make devscripts clang-3.7
ADD zt1-src.tar.gz /
RUN ln -sf /usr/bin/clang++-3.7 /usr/bin/clang++
RUN ln -sf /usr/bin/clang-3.7 /usr/bin/clang

View file

@ -0,0 +1,10 @@
FROM daald/ubuntu32:wily
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
RUN apt-get update
RUN apt-get install -y build-essential debhelper libhttp-parser-dev liblz4-dev libnatpmp-dev dh-systemd ruby-ronn g++ make devscripts clang-3.7
ADD zt1-src.tar.gz /
RUN ln -sf /usr/bin/clang++-3.7 /usr/bin/clang++
RUN ln -sf /usr/bin/clang-3.7 /usr/bin/clang