File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1+
12arduino-create-agent
23====================
34
@@ -375,6 +376,8 @@ The results of the upload will be delivered via websocket with messages that loo
375376
376377## Development
377378
379+ Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile)
380+
378381To clone the repository, run the following command:
379382```
380383go get github.com/arduino/arduino-create-agent
Original file line number Diff line number Diff 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
6162func mimeType (data []byte ) (string , error ) {
You can’t perform that action at this time.
0 commit comments