wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
59 stars 32 forks source link

Support install on arm64 #49

Closed aurelienmaury closed 8 months ago

aurelienmaury commented 1 year ago

Because of https://developer.hashicorp.com/terraform/cli/install/apt#supported-architectures

we are limited to x86_64 deployment.

This implies detecting the underlying architecture and modifying/replacing the install method to support both x86_64 and arm64.