aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa82008..ee57155 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ $(BIN)/gocovmerge: $(VENDOR)
# Non-go tools downloaded from appropriate repository
PROTOC_VERSION := 3.5.1
-ARCH := $(shell arch)
+ARCH := $(shell uname -m)
ifeq (x86_64,$(ARCH))
PROTOC_ARCH := x86_64
else ifneq ($(filter i386 i686,$(ARCH)),)