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

Fix installation on arm machines #353

Merged
merged 1 commit into from
Oct 7, 2016

Conversation

rollbrettler
Copy link
Contributor

There is no armv7l package only a arm package, therefore this throws an error.

@@ -86,6 +86,7 @@ def self.binary_basename(node, resource)
case node['kernel']['machine']
when 'x86_64', 'amd64' then ['consul', resource.version, node['os'], 'amd64'].join('_')
when /i\d86/ then ['consul', resource.version, node['os'], '386'].join('_')
when /^arm/ then ['consul', resource.version, node['os'], 'arm'].join('_')

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

@codecov-io
Copy link

codecov-io commented Oct 4, 2016

Current coverage is 68.01% (diff: 100%)

No coverage report found for master at 966dadf.

Powered by Codecov. Last update 966dadf...8cf0d1b

@rollbrettler
Copy link
Contributor Author

@legal90 Whats with the failing travis checks. I saw that master is failing as well.

@legal90
Copy link
Contributor

legal90 commented Oct 5, 2016

I'm not sure, but #348 could be a reason of Travis CI build failures.

cc: @johnbellone

@legal90
Copy link
Contributor

legal90 commented Oct 7, 2016

@rollbrettler Thanks for the contribution!

@legal90 legal90 merged commit 14056b2 into sous-chefs:master Oct 7, 2016
@rollbrettler rollbrettler deleted the fix-arm-install branch October 7, 2016 14:11
@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

Successfully merging this pull request may close these issues.

3 participants