Skip to content

Commit

Permalink
Remove warning about go_image on Mac
Browse files Browse the repository at this point in the history
It was fixed over a year ago according to bazel-contrib/rules_go#2089

I've had some users confused by this message since we tell them to use this rule on Mac
  • Loading branch information
Alex Eagle committed Mar 12, 2021
1 parent a4d580e commit af47c09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ registry interactions.

## Language Rules

Note: Some of these rules are not supported on Mac. Specifically `go_image`
cannot be used from Bazel running on a Mac. Other rules may also fail
arbitrarily on Mac due to unforeseen toolchain issues that need to be resolved in
Bazel and upstream rules repos. Please see [#943](https://github.com/bazelbuild/rules_docker/issues/943)
for more details.

* [py_image](#py_image) ([signature](
https://docs.bazel.build/versions/master/be/python.html#py_binary))
* [py3_image](#py3_image) ([signature](
Expand Down

0 comments on commit af47c09

Please sign in to comment.