Prevent ppc64le to build pkg/term without cgo
Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 71e9f5c520bd457508994b11938b7a6c577beaaf Component: engine
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
// +build !windows
|
||||
// +build !linux !cgo
|
||||
// +build !linux !ppc64le
|
||||
// +build !solaris !cgo
|
||||
|
||||
package term
|
||||
|
||||
Reference in New Issue
Block a user