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 cf4dca8e43
commit 60b714336e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
###############################