sous-chefs / consul

Development repository for the consul cookbook
https://supermarket.chef.io/cookbooks/consul
Apache License 2.0
192 stars 244 forks source link

support linux arm64 for binary downloads #575

Closed mattlqx closed 4 years ago

mattlqx commented 4 years ago

an aws graviton instance (t4g, m6g, etc) shows the arch as aarch64. downloads typically represent the 64-bit arm architecture as arm64 rather than aarch64. this pull adds that translation.

fixes #574