Skip to content

Commit 05220b1

Browse files
committed
Fixed platform and architecture
1 parent 84d8cf9 commit 05220b1

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-
{"rpi", "armv7", ""},
105+
{"linux", "armv6l", ""},
106106
}
107107

108108
// productName can be overridden by environ product name

0 commit comments

Comments
 (0)