@@ -62,6 +62,7 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
62
62
| ----------- | -------------------- | ---------------------- |
63
63
| Linux | [ 32 bit] [ linux32 ] | [ 64 bit] [ linux64 ] |
64
64
| Linux ARM | [ 32 bit] [ linuxarm32 ] | [ 64 bit] [ linuxarm64 ] |
65
+ | Linux ARMv6 | [ 32 bit] [ linuxarmv6 ] | |
65
66
| Windows exe | [ 32 bit] [ windows32 ] | [ 64 bit] [ windows64 ] |
66
67
| Windows msi | | [ 64 bit] [ windowsmsi64 ] |
67
68
| macOS | | [ 64 bit] [ macos64 ] |
@@ -71,6 +72,7 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
71
72
[ linux32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_32bit.tar.gz
72
73
[ linuxarm64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz
73
74
[ linuxarm32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv7.tar.gz
75
+ [ linuxarmv6 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv6.tar.gz
74
76
[ windows64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
75
77
[ windows32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_32bit.zip
76
78
[ windowsmsi64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.msi
@@ -94,6 +96,7 @@ to get the latest nightly build available for the supported platform, use the fo
94
96
| ----------- | ---------------------------- | ------------------------------ |
95
97
| Linux | [ 32 bit] [ linux32-nightly ] | [ 64 bit] [ linux64-nightly ] |
96
98
| Linux ARM | [ 32 bit] [ linuxarm32-nightly ] | [ 64 bit] [ linuxarm64-nightly ] |
99
+ | Linux ARMv6 | [ 32 bit] [ linuxarmv6-nightly ] | |
97
100
| Windows exe | [ 32 bit] [ windows32-nightly ] | [ 64 bit] [ windows64-nightly ] |
98
101
| Windows msi | | [ 64 bit] [ windowsmsi64-nightly ] |
99
102
| macOS | | [ 64 bit] [ macos64-nightly ] |
@@ -103,6 +106,7 @@ to get the latest nightly build available for the supported platform, use the fo
103
106
[ linux32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz
104
107
[ linuxarm64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz
105
108
[ linuxarm32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz
109
+ [ linuxarmv6-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv6.tar.gz
106
110
[ windows64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip
107
111
[ windows32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_32bit.zip
108
112
[ windowsmsi64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.msi
0 commit comments