Skip to content

Commit

Permalink
Merge pull request #1 from orangeji11/orangeji11-patch-1
Browse files Browse the repository at this point in the history
Update sdk.bzl
  • Loading branch information
orangeji11 authored Dec 4, 2020
2 parents 0547df6 + 6c10050 commit 33c3a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/private/sdk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def _detect_host_platform(ctx):
goarch = "arm"
elif uname == "ppc64le":
goarch = "ppc64le"
elif uname == "mips64":
goarch = "mips64"

# Default to amd64 when uname doesn't return a known value.

Expand Down

0 comments on commit 33c3a6c

Please sign in to comment.