Add linux-arm64 architecture

Change-Id: I9ec5fa0852e84c160557ae1ac60a780035e91e52
diff --git a/Makefile b/Makefile
index 83103e1..87b2df3 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@
 # Inspired by: https://github.com/kubernetes/minikube/releases
 RELEASE_DIR     ?= release
 RELEASE_NAME    ?= cordctl
-RELEASE_OS_ARCH ?= linux-amd64 windows-amd64 darwin-amd64
+RELEASE_OS_ARCH ?= linux-amd64 linux-arm64 windows-amd64 darwin-amd64
 RELEASE_BINS    := $(foreach rel,$(RELEASE_OS_ARCH),$(RELEASE_DIR)/$(RELEASE_NAME)-$(rel))
 
 # Functions to extract the OS/ARCH
diff --git a/VERSION b/VERSION
index 524cb55..99dce33 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.1
+1.1.2-dev0