mirror of https://github.com/docker/docs.git
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
|
@ -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…
Reference in New Issue