diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 36f9c76ff2f..482f915c59c 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -221,10 +221,10 @@ namespace :release do end platforms = %w[ + arm64-darwin ruby x86_64-linux x86_64-darwin - x86_64-darwin-21 powerpc64le-linux ].sort_by { |p| [RUBY_PLATFORM.start_with?(p) ? 0 : 1, p] }