Skip to content

Support for arm64-darwin-21 #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support for arm64-darwin-21
Apple's M1 Pro chip is referenced as arm64-darwin-21. So the
installation process can't succeed because the executable file is
missing for the platform.
  • Loading branch information
juanmanuelramallo committed Dec 28, 2021
commit 1c617d5703111f92dbc86e156f91b81097d9f35e
1 change: 1 addition & 0 deletions lib/tailwindcss/upstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module Upstream
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
"arm64-darwin" => "tailwindcss-macos-arm64",
"arm64-darwin-21" => "tailwindcss-macos-arm64",
"x64-mingw32" => "tailwindcss-windows-x64.exe",
"x86_64-darwin" => "tailwindcss-macos-x64",
"x86_64-linux" => "tailwindcss-linux-x64",
Expand Down