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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user