Skip to content

Commit ca89a44

Browse files
committed
Fixed arm version
1 parent 05220b1 commit ca89a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var platforms []Platform = []Platform{
102102
{"windows", "amd64", ".exe"},
103103
{"windows", "386", ".exe"},
104104
{"freebsd", "amd64", ""},
105-
{"linux", "armv6l", ""},
105+
{"linux", "arm", ""},
106106
}
107107

108108
// productName can be overridden by environ product name

0 commit comments

Comments
 (0)