Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM not properly supported #354

Closed
milanaleksic opened this issue Oct 5, 2016 · 2 comments
Closed

ARM not properly supported #354

milanaleksic opened this issue Oct 5, 2016 · 2 comments

Comments

@milanaleksic
Copy link

Problem: instead of downloading binary from https://releases.hashicorp.com/consul/0.7.0/consul_0.7.0_linux_arm.zip this recipe tries to download it from https://releases.hashicorp.com/consul/0.7.0/consul_0.7.0_linux_armv7l.zip

I see you are using kernel.machine, but on all my ARM servers that seems to be a wrong choice and probably the best would be to read just first 3 characters from this ohai value and if it's arm then download arm binary. What do you think?

Radxa Rock Pro

"host_cpu": "armv7l",

R Pi 1

"machine": "armv6l",

R Pi 3

"machine": "armv7l",

Arm 64

I don't have this one to try it out, sorry.

@milanaleksic
Copy link
Author

I am sorry, I didn't see you are already having this possibly handled by #353 no need to duplicate, will close this issue

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant