Closed
Description
The platforms module resolves the host platform to the proper constraint values. As of version 0.0.11, the platforms module now correctly resolves ppc64le hosts to the "ppc64le" constraint value.
Some modules (ex. rules_go) expect the ppc64le constraint value. Bazel currently does not resolve the host platform to the proper value, resolving ppc64le hosts to the "ppc" constraint value instead which causes failures when matching platform constraints.
Bumping the platforms module to version 0.0.11 would allow bazel to resolve the host platform to the expected constraint value, fixing these constraint errors.