Skip to content

Commit

Permalink
Match GOARCH ppc64 to @platforms//cpu:ppc as well. (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiuchun authored Oct 31, 2022
1 parent 3e6306e commit 46b10f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/private/platforms.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ BAZEL_GOARCH_CONSTRAINTS = {
"amd64": "@platforms//cpu:x86_64",
"arm": "@platforms//cpu:arm",
"arm64": "@platforms//cpu:aarch64",
"ppc64": "@platforms//cpu:ppc",
"ppc64le": "@platforms//cpu:ppc",
"s390x": "@platforms//cpu:s390x",
}
Expand Down

0 comments on commit 46b10f7

Please sign in to comment.