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:
parent
8a350c5c7b
commit
0ca6d77e6e
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue