Skip to content

Commit

Permalink
bridge: add riscv64 build tags
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
  • Loading branch information
tonistiigi committed Jun 5, 2019
1 parent ce86291 commit 0957163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/bridge/netlink_deprecated_linux_armppc64.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build arm ppc64 ppc64le
// +build arm ppc64 ppc64le riscv64

package bridge

Expand Down
2 changes: 1 addition & 1 deletion drivers/bridge/netlink_deprecated_linux_notarm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le
// +build !arm,!ppc64,!ppc64le,!riscv64

package bridge

Expand Down

0 comments on commit 0957163

Please sign in to comment.