Skip to content

Commit

Permalink
Add arm64-darwin to generate_lockfile
Browse files Browse the repository at this point in the history
This is a partial forward port of 2e2690e
that was added to gets things working in petrosian
  • Loading branch information
Fryguy committed May 30, 2023
1 parent 5fb8ce7 commit 7423f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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] }

Expand Down

0 comments on commit 7423f22

Please sign in to comment.