Skip to content

Commit

Permalink
Add armv7l architecture (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
everte authored Jan 16, 2023
1 parent d6d7242 commit 16c52bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tailwind.ex
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ defmodule Tailwind do
{{:unix, :darwin}, "x86_64", 64} -> "macos-x64"
{{:unix, :linux}, "aarch64", 64} -> "linux-arm64"
{{:unix, :linux}, "arm", 32} -> "linux-armv7"
{{:unix, :linux}, "armv7" <> _, 32} -> "linux-armv7"
{{:unix, _osname}, arch, 64} when arch in ~w(x86_64 amd64) -> "linux-x64"
{_os, _arch, _wordsize} -> raise "tailwind is not available for architecture: #{arch_str}"
end
Expand Down

0 comments on commit 16c52bf

Please sign in to comment.