Skip to content

Commit 11627ea

Browse files
authored
Merge pull request #261 from arduino/linux-arm-tool-fix
[WE-158] Linux arm tool fix
2 parents b971749 + ff1c39f commit 11627ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
arduino-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+
378381
To clone the repository, run the following command:
379382
```
380383
go get github.com/arduino/arduino-create-agent

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)