Revert "prevent journald from being built on ARM"

This reverts commit 6f6f10a75f8b447637e8a89d685452871899e9c0, so that we
can apply a different workaround.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
Upstream-commit: 0ca6d77e6e17ea378ff04b59f971dc1338e0ddc2
Component: engine
This commit is contained in:
Nalin Dahyabhai
2015-12-02 10:30:13 -05:00
parent b09decdc67
commit fb726f0d76
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
// +build linux,!arm
// +build linux
// Package journald provides the log driver for forwarding server logs
// to endpoints that receive the systemd format.
@@ -1,4 +1,4 @@
// +build !linux linux,arm
// +build !linux
package journald
@@ -1,4 +1,4 @@
// +build linux,cgo,!static_build,journald,!arm
// +build linux,cgo,!static_build,journald
package journald
@@ -1,4 +1,4 @@
// +build !linux !cgo static_build !journald linux,arm
// +build !linux !cgo static_build !journald
package journald