Skip to content

Commit e6baaf5

Browse files
committed
temporarily fix bundles on aarch64 platforms
1 parent 437cba8 commit e6baaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :development do
2121
# module documentation
2222
gem 'octokit', '~> 4.0'
2323
# session aggregator, native builds have issues on arm platforms for now
24-
gem 'metasploit-aggregator' if !RUBY_PLATFORM.include?('arm')
24+
gem 'metasploit-aggregator' if !RUBY_PLATFORM =~ /arm|aarch64/
2525
end
2626

2727
group :development, :test do

0 commit comments

Comments
 (0)