fix: add MAC_OS variable for static-check (#8796)

This commit is contained in:
Jintao Zhang 2022-07-10 02:41:46 +08:00 committed by GitHub
parent c5a3442e4a
commit 23438c535f

View file

@ -146,6 +146,7 @@ clean: ## Remove .gocache directory.
.PHONY: static-check
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint, lualint and chart-lint.
@build/run-in-docker.sh \
MAC_OS=$(MAC_OS) \
hack/verify-all.sh
###############################