1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #473 from brahmaroutu/fix_ibm_power

Adding ppc64le build tag to compile on IBM Power
This commit is contained in:
Madhu Venugopal 2015-08-30 12:43:06 -07:00
commit 33a443773f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build arm ppc64
// +build arm ppc64 ppc64le
package bridge

View file

@ -1,4 +1,4 @@
// +build !arm,!ppc64
// +build !arm,!ppc64,!ppc64le
package bridge