Update build tags such that we can properly compile on all platforms (especially for packagers), and updated hack/PACKAGERS.md to mention the DOCKER_BUILDTAGS variable that will need to be set for binaries that might be used on AppArmor (such as Debian and especially Ubuntu)
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
729080d46a
commit
5c13d61425
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build apparmor
|
// +build apparmor,linux,amd64
|
||||||
|
|
||||||
package apparmor
|
package apparmor
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !apparmor
|
// +build !apparmor !linux !amd64
|
||||||
|
|
||||||
package apparmor
|
package apparmor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue