We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1dcec commit ff1c39fCopy full SHA for ff1c39f
tools/download.go
@@ -56,6 +56,7 @@ var systems = map[string]string{
56
"darwinamd64": "apple-darwin",
57
"windows386": "i686-mingw32",
58
"windowsamd64": "i686-mingw32",
59
+ "linuxarm": "arm-linux-gnueabihf",
60
}
61
62
func mimeType(data []byte) (string, error) {
0 commit comments