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

Merge pull request #2389 from tonistiigi/bridge-riscv

bridge: add riscv64 build tags
This commit is contained in:
Euan Harris 2019-06-26 15:34:02 +01:00 committed by GitHub
commit 3780098cd6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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