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:
commit
3780098cd6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build !arm,!ppc64,!ppc64le
|
||||
// +build !arm,!ppc64,!ppc64le,!riscv64
|
||||
|
||||
package bridge
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// +build arm ppc64 ppc64le
|
||||
// +build arm ppc64 ppc64le riscv64
|
||||
|
||||
package bridge
|
||||
|
Loading…
Add table
Reference in a new issue