File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ SKIP_GOLANGCI_LINT :=
6262GOLANGCI_LINT :=
6363GOLANGCI_LINT_OPTS ?=
6464GOLANGCI_LINT_VERSION ?= v1.55.2
65- # golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
65+ # golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64 .
6666# windows isn't included here because of the path separator being different.
6767ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
68- ifeq ($(GOHOSTARCH),$(filter $(GOHOSTARCH),amd64 i386))
68+ ifeq ($(GOHOSTARCH),$(filter $(GOHOSTARCH),amd64 i386 arm64 ))
6969 # If we're in CI and there is an Actions file, that means the linter
7070 # is being run in Actions, so we don't need to run it here.
7171 ifneq (,$(SKIP_GOLANGCI_LINT))
You can’t perform that action at this time.
0 commit comments