Skip to content

Commit 0ca6d77

Browse files
committed
Revert "prevent journald from being built on ARM"
This reverts commit 6f6f10a, so that we can apply a different workaround. Signed-off-by: Nalin Dahyabhai <[email protected]> (github: nalind)
1 parent 8a350c5 commit 0ca6d77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

daemon/logger/journald/journald.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,!arm
1+
// +build linux
22

33
// Package journald provides the log driver for forwarding server logs
44
// to endpoints that receive the systemd format.

daemon/logger/journald/journald_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !linux linux,arm
1+
// +build !linux
22

33
package journald
44

daemon/logger/journald/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,cgo,!static_build,journald,!arm
1+
// +build linux,cgo,!static_build,journald
22

33
package journald
44

daemon/logger/journald/read_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !linux !cgo static_build !journald linux,arm
1+
// +build !linux !cgo static_build !journald
22

33
package journald
44

0 commit comments

Comments
 (0)