prevent journald from being built on ARM
Signed-off-by: Govinda Fichtner <govinda.fichtner@googlemail.com> Upstream-commit: 6f6f10a75f8b447637e8a89d685452871899e9c0 Component: engine
This commit is contained in:
committed by
Govinda Fichtner
parent
84c6cbaa3c
commit
8f5a861b89
@@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,!arm
|
||||
|
||||
// Package journald provides the log driver for forwarding server logs
|
||||
// to endpoints that receive the systemd format.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !linux
|
||||
// +build !linux linux,arm
|
||||
|
||||
package journald
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build linux,cgo,!static_build,journald
|
||||
// +build linux,cgo,!static_build,journald,!arm
|
||||
|
||||
package journald
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !linux !cgo static_build !journald
|
||||
// +build !linux !cgo static_build !journald linux,arm
|
||||
|
||||
package journald
|
||||
|
||||
|
||||
Reference in New Issue
Block a user