mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Closes #15131 This PR adds a CI step to build the Windows ARM artifacts on the Windows x64 CI runners after some trial and error with the custom Windows ARM runners which turned out to not be necessary. ## Test Plan I changed the workflow so that it uploads the tarballs to the build artifact and runs on the PR. Then, I downloaded the artifacts and installed them in a npm project on Windows with ARM: <img width="1187" alt="Screenshot 2024-11-27 at 11 35 15" src="https://github.com/user-attachments/assets/1732ac3e-9410-4ed8-a49c-279faf6df50f"> Co-authored-by: Adam Wathan <adam.wathan@gmail.com>