Skip to content

Commit

Permalink
fix: add MAC_OS variable for static-check (#8796)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao12345666333 authored Jul 9, 2022
1 parent cf4dca8 commit 60b7143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

###############################
Expand Down

0 comments on commit 60b7143

Please sign in to comment.