diff --git a/SPECS/golang.spec b/SPECS/golang.spec
index 35d90cb..281a716 100644
--- a/SPECS/golang.spec
+++ b/SPECS/golang.spec
@@ -25,7 +25,7 @@
 # Define GOROOT macros
 %global goroot          /usr/lib/%{name}
 %global gopath          %{_datadir}/gocode
-%global golang_arches   x86_64
+%global golang_arches   x86_64 %{arm}
 
 # Golang build options.
 
@@ -68,12 +68,16 @@
 %global gohostarch  amd64
 %endif
 
+%ifarch %{arm}
+%global gohostarch  arm
+%endif
+
 %global go_api 1.6
 %global go_version 1.6.3
 
 Name:           golang
 Version:        1.6.3
-Release:        1%{?dist}.1
+Release:        1%{?dist}.1.redsleeve
 Summary:        The Go Programming Language
 # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
 License:        BSD and Public Domain
@@ -459,6 +463,9 @@ fi
 %endif
 
 %changelog
+* Mon Aug 15 2016 Jacco Ligthart <jacco@redsleeve.org> - 1.6.3-1.redsleeve
+- added arm to golang_arches
+
 * Wed Jul 20 2016 Jakub Čajka <jcajka@redhat.com> - 1.6.3-1
 - Resolves: rhbz#1358278 - CVE-2016-5386
 
