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 6, 2019
1 parent ce86291 commit e813a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 e813a04

Please sign in to comment.