diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.whitesource b/.whitesource old mode 100755 new mode 100644 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100755 new mode 100644 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile index dc8b9f5fd48..3280bc5f366 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ ifeq ($(UNAME),Linux) CPU_INFO_FLAGS := $(eval CPU_INFO_FLAGS := $(shell cat /proc/cpuinfo | grep flags | cut -d " " -f 2- | head -1))$(CPU_INFO_FLAGS) CORES := $(eval CORES := $(shell nproc 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null))$(CORES) else ifeq ($(UNAME),Darwin) -CPU_INFO_FLAGS := "" +CPU_INFO_FLAGS := $(eval CPU_INFO_FLAGS := $(shell sysctl -n machdep.cpu.brand_string 2>/dev/null || echo "Apple Silicon"))$(CPU_INFO_FLAGS) CORES := $(eval CORES := $(shell sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null))$(CORES) else CPU_INFO_FLAGS := "" diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/charts/vald/.helmignore b/charts/vald/.helmignore old mode 100755 new mode 100644 diff --git a/charts/vald/templates/_helpers.tpl b/charts/vald/templates/_helpers.tpl old mode 100755 new mode 100644 diff --git a/cmd/filter/egress/.gitkeep b/cmd/filter/egress/.gitkeep old mode 100755 new mode 100644 diff --git a/cmd/filter/ingress/.gitkeep b/cmd/filter/ingress/.gitkeep old mode 100755 new mode 100644 diff --git a/design/Vald Architecture Overview.drawio b/design/Vald Architecture Overview.drawio old mode 100755 new mode 100644 diff --git a/pkg/discoverer/k8s/README.md b/pkg/discoverer/k8s/README.md old mode 100755 new mode 100644 diff --git a/pkg/filter/egress/.gitkeep b/pkg/filter/egress/.gitkeep old mode 100755 new mode 100644 diff --git a/pkg/filter/ingress/.gitkeep b/pkg/filter/ingress/.gitkeep old mode 100755 new mode 100644 diff --git a/pkg/gateway/filter/README.md b/pkg/gateway/filter/README.md old mode 100755 new mode 100644 diff --git a/pkg/gateway/lb/README.md b/pkg/gateway/lb/README.md old mode 100755 new mode 100644 diff --git a/pkg/gateway/mirror/README.md b/pkg/gateway/mirror/README.md old mode 100755 new mode 100644 diff --git a/renovate.json b/renovate.json old mode 100755 new mode 100644