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
+
1
2
arduino-create-agent
2
3
====================
3
4
@@ -375,6 +376,8 @@ The results of the upload will be delivered via websocket with messages that loo
375
376
376
377
## Development
377
378
379
+ Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile)
380
+
378
381
To clone the repository, run the following command:
379
382
```
380
383
go 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{
56
56
"darwinamd64" : "apple-darwin" ,
57
57
"windows386" : "i686-mingw32" ,
58
58
"windowsamd64" : "i686-mingw32" ,
59
+ "linuxarm" : "arm-linux-gnueabihf" ,
59
60
}
60
61
61
62
func mimeType (data []byte ) (string , error ) {
You can’t perform that action at this time.
0 commit comments