Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: unset GOOS for get-envoy command (#1088)
Ingress Controller can be built on macOS by running a command like GOOS=linux make build && docker build . -t ingress-controller:dev except that this will attempt to build and run the get-envoy command for Linux as well, which won't work. Let's update the Makefile 'envoy' target to unset the GOOS variable so that the get-envoy command is always built for the host OS.
- Loading branch information