prevent journald from being built on ARM

Signed-off-by: Govinda Fichtner <govinda.fichtner@googlemail.com>
Upstream-commit: 6f6f10a75f8b447637e8a89d685452871899e9c0
Component: engine
This commit is contained in:
Stefan Scherer
2015-11-21 15:17:31 +01:00
committed by Govinda Fichtner
parent 84c6cbaa3c
commit 8f5a861b89
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
// +build linux
// +build linux,!arm
// Package journald provides the log driver for forwarding server logs
// to endpoints that receive the systemd format.
@@ -1,4 +1,4 @@
// +build !linux
// +build !linux linux,arm
package journald
@@ -1,4 +1,4 @@
// +build linux,cgo,!static_build,journald
// +build linux,cgo,!static_build,journald,!arm
package journald
@@ -1,4 +1,4 @@
// +build !linux !cgo static_build !journald
// +build !linux !cgo static_build !journald linux,arm
package journald