Skip to content

Does not work on Windows ARM64 #16

Description

@satya-waylit

The following function in installation.py picks windows-arm64 build of TailwindCSS. But that doesn't exist. It should pick windows-x64 version in it's absence. Not sure what's the best way to achieve this.

def detect_target():
    """
    Returns target for current OS and CPU architecture.

    # Available tailwindcss targets: https://github.com/tailwindlabs/tailwindcss/releases
    """
    return format_target(os_name=platform.system(), arch=platform.machine())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions