Skip to content

Commit c67e23a

Browse files
author
Roberto Sora
authored
[skip changelog] [skip ci] Add latest redirect links for nightly builds (#381)
* add latest redirect links for nightly links * make nightly latest links more readable * add redirect code to latest redirect strategy description
1 parent aef7461 commit c67e23a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,18 @@ Alternatively you can download one of the pre-built binaries for the supported p
4545

4646
These builds are generated once a day from `master` branch starting at 01:00 GMT
4747

48-
In order to get the latest nightly build for your platform use the following links replacing `<DATE>` with the current
49-
date, using the format YYYYMMDD (i.e for 2019/Aug/06 use `20190806` )
50-
51-
- **Linux 64 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_64bit.tar.gz`
52-
- **Linux 32 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_32bit.tar.gz`
53-
- **Linux ARM 64 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARM64.tar.gz`
54-
- **Linux ARM 32 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARMv7.tar.gz`
55-
- **Windows 64 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_64bit.zip`
56-
- **Windows 32 bit**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_32bit.zip`
57-
- **Mac OSX**: `https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_macOS_64bit.tar.gz`
48+
In order to get the latest nightly build for your platform use the following links:
49+
50+
- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_64bit.tar.gz)
51+
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz)
52+
- [Linux ARM 64 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz)
53+
- [Linux ARM 32 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz)
54+
- [Windows 64 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip)
55+
- [Windows 32 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_32bit.zip)
56+
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_64bit.tar.gz)
57+
58+
These links return a `302: Found` response, redirecting to latest generated builds by replacing `latest` with the latest
59+
available build date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is replaced with `20190806` )
5860

5961
Checksums for the nightly builds are available at
6062
`https://downloads.arduino.cc/arduino-cli/nightly/nightly-<DATE>-checksums.txt`

0 commit comments

Comments
 (0)