Merge pull request #18104 from hypriot/17802-remove-journald-to-fix-dynbinary-build-on-ARM

remove journald to fix dynbinary build on ARM
Upstream-commit: 968700837890c2a5d1dc41aa871f3c94aca07640
Component: engine
This commit is contained in:
Alexander Morozov
2015-11-23 10:38:45 -08:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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