diff --git a/magefile.go b/magefile.go index 793b86b73..3ed3876a7 100644 --- a/magefile.go +++ b/magefile.go @@ -102,6 +102,7 @@ var platforms []Platform = []Platform{ {"windows", "amd64", ".exe"}, {"windows", "386", ".exe"}, {"freebsd", "amd64", ""}, + {"linux", "arm", ""}, } // productName can be overridden by environ product name