Skip to content

Commit

Permalink
Merge pull request #308 from chef/jsinha/support_arm64
Browse files Browse the repository at this point in the history
Add support for arm64 architecture
  • Loading branch information
tas50 committed Mar 5, 2020
2 parents 418636c + c1beb43 commit 87a7d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/mixlib/install/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Install
class Cli < Thor
include Thor::Actions

def self.exit_on_failure?
true
end

desc "version", "print mixlib-install version"
def version
require_relative "version"
Expand Down
1 change: 1 addition & 0 deletions lib/mixlib/install/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class InvalidOptions < ArgumentError; end

SUPPORTED_ARCHITECTURES = %w{
aarch64
arm64
armv7l
i386
powerpc
Expand Down

0 comments on commit 87a7d1d

Please sign in to comment.