Closed ghost closed 2 years ago
Hi @anderslau, thanks for this PR, but the change depends on the version of consul, older versions still require the armhfv6 suffix. It has been fixed in another little refactoring and is included in the latest release.
Cheers!
Update the suffix of
arm*
architecture inscripts/install_consul.sh
The current suffix being set (
armhfv6
) does not correspond with hashicorp's release files.Current generated URL returns
403 forbidden
: https://releases.hashicorp.com/consul/1.11.2/consul_1.11.2_linux_armhfv6.zipUpdated generated URL returns
200 OK
https://releases.hashicorp.com/consul/1.11.2/consul_1.11.2_linux_arm.zip