mikedanese / gazel

DEPRECATED: use gazelle
Apache License 2.0
22 stars 12 forks source link

support darwin amd64 #6

Open mikedanese opened 7 years ago

mikedanese commented 7 years ago

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

pires commented 7 years ago

While you're on it, can there be support for windows/amd64 as well?