Skip to content

Add Windows ARM link to release table in Installation Guide #997

@per1234

Description

@per1234

Describe the request

Immediately preceding the next release, add a link for the Windows ARM build download to the "Latest release" table in the Installation Guide:

https://github.com/arduino/arduino-lint/blob/main/docs/installation.md#latest-release

--- a/docs/installation.md
+++ b/docs/installation.md
@@ -41,13 +41,14 @@ your `PATH` environment variable.

 ### Latest release

-| Platform  |                      |                      |
-| --------- | -------------------- | -------------------- |
-| Linux     | [32 bit][linux32]    | [64 bit][linux64]    |
-| Linux ARM | [32 bit][linuxarm32] | [64 bit][linuxarm64] |
-| Windows   | [32 bit][windows32]  | [64 bit][windows64]  |
-| macOS     |                      | [64 bit][macos64]    |
-| macOS ARM |                      | [64 bit][macosarm64] |
+| Platform    |                      |                        |
+| ----------- | -------------------- | ---------------------- |
+| Linux       | [32 bit][linux32]    | [64 bit][linux64]      |
+| Linux ARM   | [32 bit][linuxarm32] | [64 bit][linuxarm64]   |
+| Windows     | [32 bit][windows32]  | [64 bit][windows64]    |
+| Windows ARM |                      | [64 bit][windowsarm64] |
+| macOS       |                      | [64 bit][macos64]      |
+| macOS ARM   |                      | [64 bit][macosarm64]   |

 [linux64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Linux_64bit.tar.gz
 [linux32]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Linux_32bit.tar.gz
@@ -55,6 +56,7 @@ your `PATH` environment variable.
 [linuxarm32]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Linux_ARMv7.tar.gz
 [windows64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_64bit.zip
 [windows32]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_32bit.zip
+[windowsarm64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_ARM64.zip
 [macos64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_64bit.tar.gz
 [macosarm64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_ARM64.tar.gz

🙂 The availability of a release build for this host architecture will be made known to the reader of the documentation.

Describe the current behavior

The release system has been updated to also produce builds for Windows ARM hosts:

#987

The Installation Guide in the documentation provides download links for each supported host architecture.

The nightly builds are already available for new host architecture, and so a link has been added to the "Nightly builds" section of the guide:

https://arduino.github.io/arduino-lint/dev/installation/#nightly-builds

However, a release build for this host architecture will only become available after the next release. For this reason, a link has not been added to the "Latest release" table in the Installation Guide.

🙁 If we forget to add the link, after the next release readers of the documentation will not be aware that a release build is available for that host architecture.

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions