diff --git a/Makefile b/Makefile index 1822e57..9abfc6f 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,10 @@ setup_release: ifndef RELEASE $(error RELEASE is not set) endif +ifdef $(ARCH == arm) + ARCH = armhf + echo ARCH = armhf +endif # Copy kitura/cmd module into GOPATH mkdir -p $(KITURA_SRC)