gazel
gazel copied to clipboard
support darwin amd64
Right now the build context is hard coded to linux amd64 so that gazel is stable on all platforms it runs out. We should be able to support generating darwin amd64 BUILD files using select() statements on the cpu configuration of bazel.
ref https://github.com/mikedanese/gazel/blob/1e364826bc7fc969394cee1884ddc892c44d296e/gazel.go#L483
While you're on it, can there be support for windows/amd64 as well?