Skip to content

Commit ff1c39f

Browse files
author
Roberto Sora
committed
added map entry to enable support for arm tools
1 parent 8c1dcec commit ff1c39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/download.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var systems = map[string]string{
5656
"darwinamd64": "apple-darwin",
5757
"windows386": "i686-mingw32",
5858
"windowsamd64": "i686-mingw32",
59+
"linuxarm": "arm-linux-gnueabihf",
5960
}
6061

6162
func mimeType(data []byte) (string, error) {

0 commit comments

Comments
 (0)