Skip to content

Commit

Permalink
Merge pull request #2389 from tonistiigi/bridge-riscv
Browse files Browse the repository at this point in the history
bridge: add riscv64 build tags
  • Loading branch information
euanh committed Jun 26, 2019
2 parents b5e7180 + 33e0d00 commit 424b422
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 424b422

Please sign in to comment.