Skip to content

Commit 5a73e8c

Browse files
committed
Added Windows/ARM64 release in installation.md
1 parent 654c9ac commit 5a73e8c

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

other/installation-script/installation.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,22 @@ in your [`PATH`](https://wikipedia.org/wiki/PATH%5F%28variable%29) or add the TO
4141

4242
### Latest release
4343

44-
| Platform | | |
45-
| --------- | -------------------- | -------------------- |
46-
| Linux | [32 bit][linux32] | [64 bit][linux64] |
47-
| Linux ARM | [32 bit][linuxarm32] | [64 bit][linuxarm64] |
48-
| Windows | [32 bit][windows32] | [64 bit][windows64] |
49-
| macOS | | [64 bit][macos64] |
50-
| macOS ARM | | [64 bit][macosarm64] |
44+
| Platform | | |
45+
| ----------- | -------------------- | ---------------------- |
46+
| Linux | [32 bit][linux32] | [64 bit][linux64] |
47+
| Linux ARM | [32 bit][linuxarm32] | [64 bit][linuxarm64] |
48+
| Windows | [32 bit][windows32] | [64 bit][windows64] |
49+
| Windows ARM | | [64 bit][windowsarm64] |
50+
| macOS | | [64 bit][macos64] |
51+
| macOS ARM | | [64 bit][macosarm64] |
5152

5253
[linux64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Linux_64bit.tar.gz
5354
[linux32]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Linux_32bit.tar.gz
5455
[linuxarm64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Linux_ARM64.tar.gz
5556
[linuxarm32]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Linux_ARMv7.tar.gz
5657
[windows64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Windows_64bit.zip
5758
[windows32]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Windows_32bit.zip
59+
[windowsarm64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_Windows_ARM64.zip
5860
[macos64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_macOS_64bit.tar.gz
5961
[macosarm64]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_latest_macOS_ARM64.tar.gz
6062

@@ -67,20 +69,22 @@ These are available from the "Assets" sections on the [releases page](https://gi
6769
These builds are generated every day at 01:00 GMT from the `main` branch and should be considered unstable. In order to
6870
get the latest nightly build available for the supported platform, use the following links:
6971

70-
| Platform | | |
71-
| --------- | ---------------------------- | ---------------------------- |
72-
| Linux | [32 bit][linux32-nightly] | [64 bit][linux64-nightly] |
73-
| Linux ARM | [32 bit][linuxarm32-nightly] | [64 bit][linuxarm64-nightly] |
74-
| Windows | [32 bit][windows32-nightly] | [64 bit][windows64-nightly] |
75-
| macOS | | [64 bit][macos64-nightly] |
76-
| macOS ARM | | [64 bit][macosarm64-nightly] |
72+
| Platform | | |
73+
| ----------- | ---------------------------- | ------------------------------ |
74+
| Linux | [32 bit][linux32-nightly] | [64 bit][linux64-nightly] |
75+
| Linux ARM | [32 bit][linuxarm32-nightly] | [64 bit][linuxarm64-nightly] |
76+
| Windows | [32 bit][windows32-nightly] | [64 bit][windows64-nightly] |
77+
| Windows ARM | | [64 bit][windowsarm64-nightly] |
78+
| macOS | | [64 bit][macos64-nightly] |
79+
| macOS ARM | | [64 bit][macosarm64-nightly] |
7780

7881
[linux64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Linux_64bit.tar.gz
7982
[linux32-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Linux_32bit.tar.gz
8083
[linuxarm64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Linux_ARM64.tar.gz
8184
[linuxarm32-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Linux_ARMv7.tar.gz
8285
[windows64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Windows_64bit.zip
8386
[windows32-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Windows_32bit.zip
87+
[windowsarm64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Windows_ARM64.zip
8488
[macos64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_macOS_64bit.tar.gz
8589
[macosarm64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_macOS_ARM64.tar.gz
8690

0 commit comments

Comments
 (0)