We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad3f2 commit 2287f97Copy full SHA for 2287f97
1 file changed
Rakefile
@@ -17,7 +17,7 @@ namespace :build do
17
desc 'Build gems for all platforms'
18
task :all do
19
Bundler.with_original_env do
20
- %w[ruby x86-mingw32 x64-mingw32 x64-mingw-ucrt].each do |name|
+ %w[ruby x86-mingw32 x64-mingw32 x64-mingw-ucrt aarch64-mingw-ucrt].each do |name|
21
ENV['GEM_BUILD_FAKE_PLATFORM'] = name
22
Rake::Task["build"].execute
23
end
0 commit comments