phoenixframework / tailwind

An installer for tailwind
MIT License
473 stars 60 forks source link

Doesn't Install Inside Docker Container on M1 Macbook Pro #14

Closed bowmanmike closed 2 years ago

bowmanmike commented 2 years ago

Following the setup instructions, when I try to run docker build, it fails at the mix assets.deploy step with the following message:

** (RuntimeError) tailwind is not available for architecture: aarch64-unknown-linux-gnu

Not sure if this is a problem in this library or with the standalone Tailwind releases.

I've got a 2021 Macbook Pro, running MacOS 12.1, using the docker build pipeline generated by the newest version of Phoenix. Elixir 1.13.1, Erlang 24.1.6.

bowmanmike commented 2 years ago

Opened https://github.com/phoenixframework/tailwind/pull/15 to fix