diff --git a/README.md b/README.md index de658dd73..0619ea1cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + arduino-create-agent ==================== @@ -375,6 +376,8 @@ The results of the upload will be delivered via websocket with messages that loo ## Development +Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile) + To clone the repository, run the following command: ``` go get github.com/arduino/arduino-create-agent diff --git a/tools/download.go b/tools/download.go index 705156ea9..aca8028f9 100644 --- a/tools/download.go +++ b/tools/download.go @@ -56,6 +56,7 @@ var systems = map[string]string{ "darwinamd64": "apple-darwin", "windows386": "i686-mingw32", "windowsamd64": "i686-mingw32", + "linuxarm": "arm-linux-gnueabihf", } func mimeType(data []byte) (string, error) {