diff --git a/Makefile b/Makefile index 54a8d06d8..7fdcf8c66 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ all: clean build-deps test lint build ## Runs a clean, build, fmt, lint, test, a .PHONY: get-envoy get-envoy: ## Fetch envoy binaries @echo "==> $@" - @cd pkg/envoy/files && go run ../get-envoy + @cd pkg/envoy/files && env -u GOOS go run ../get-envoy .PHONY: deps-build deps-build: get-envoy ## Install build dependencies