gazel icon indicating copy to clipboard operation
gazel copied to clipboard

support darwin amd64

Open mikedanese opened this issue 8 years ago • 1 comments

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

mikedanese avatar Nov 28 '16 20:11 mikedanese

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

pires avatar Jan 24 '17 22:01 pires