Browse code

builder: Add AppArmor to runc buildtags for armhf

On Raspbian and Debian Jessie for ARMv7 (aka armhf), the builtags for runc
were missing. These buildtags should include 'apparmor' and 'selinux'.

Signed-off-by: Jean-Christophe Berthon <huygens@berthon.eu>

Jean-Christophe Berthon authored on 2016/10/16 06:50:27
Showing 2 changed files
... ...
@@ -12,3 +12,4 @@ ENV PATH $PATH:/usr/local/go/bin
12 12
 
13 13
 ENV AUTO_GOPATH 1
14 14
 ENV DOCKER_BUILDTAGS apparmor selinux
15
+ENV RUNC_BUILDTAGS apparmor selinux
... ...
@@ -14,3 +14,4 @@ ENV PATH $PATH:/usr/local/go/bin
14 14
 
15 15
 ENV AUTO_GOPATH 1
16 16
 ENV DOCKER_BUILDTAGS apparmor selinux
17
+ENV RUNC_BUILDTAGS apparmor selinux