1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Revert "prevent journald from being built on ARM"

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

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
This commit is contained in:
Nalin Dahyabhai 2015-11-24 11:14:17 -05:00
parent 8a350c5c7b
commit 0ca6d77e6e
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
// +build !linux linux,arm
// +build !linux
package journald

View file

@ -1,4 +1,4 @@
// +build linux,cgo,!static_build,journald,!arm
// +build linux,cgo,!static_build,journald
package journald

View file

@ -1,4 +1,4 @@
// +build !linux !cgo static_build !journald linux,arm
// +build !linux !cgo static_build !journald
package journald