mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Prevent ppc64le to build pkg/term without cgo
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
e30c2e86e8
commit
71e9f5c520
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
// +build !windows
|
// +build !windows
|
||||||
// +build !linux !cgo
|
// +build !linux !cgo
|
||||||
|
// +build !linux !ppc64le
|
||||||
// +build !solaris !cgo
|
// +build !solaris !cgo
|
||||||
|
|
||||||
package term
|
package term
|
||||||
|
|
Loading…
Add table
Reference in a new issue