mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
Merge pull request #18197 from nalind/workaround-go-libgcc
Work around a linking problem on 32-bit arches Upstream-commit: 2ea48e9fc09ba83785355c5d073e9bfae81ea266 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